socket_ops         29 source4/auth/gensec/socket.c static const struct socket_ops gensec_socket_ops;
socket_ops        520 source4/auth/gensec/socket.c static const struct socket_ops gensec_socket_ops = {
socket_ops        100 source4/lib/socket/socket.c 	const struct socket_ops *ops;
socket_ops        462 source4/lib/socket/socket.c _PUBLIC_ const struct socket_ops *socket_getops_byname(const char *family, enum socket_type type)
socket_ops        464 source4/lib/socket/socket.c 	extern const struct socket_ops *socket_ipv4_ops(enum socket_type);
socket_ops        465 source4/lib/socket/socket.c 	extern const struct socket_ops *socket_ipv6_ops(enum socket_type);
socket_ops        466 source4/lib/socket/socket.c 	extern const struct socket_ops *socket_unixdom_ops(enum socket_type);
socket_ops        122 source4/lib/socket/socket.h 	const struct socket_ops *ops;
socket_ops        172 source4/lib/socket/socket.h const struct socket_ops *socket_getops_byname(const char *name, enum socket_type type);
socket_ops        520 source4/lib/socket/socket_ip.c static const struct socket_ops ipv4_ops = {
socket_ops        543 source4/lib/socket/socket_ip.c _PUBLIC_ const struct socket_ops *socket_ipv4_ops(enum socket_type type)
socket_ops        976 source4/lib/socket/socket_ip.c static const struct socket_ops ipv6_tcp_ops = {
socket_ops        999 source4/lib/socket/socket_ip.c _PUBLIC_ const struct socket_ops *socket_ipv6_ops(enum socket_type type)
socket_ops        395 source4/lib/socket/socket_unix.c static const struct socket_ops unixdom_ops = {
socket_ops        417 source4/lib/socket/socket_unix.c _PUBLIC_ const struct socket_ops *socket_unixdom_ops(enum socket_type type)
socket_ops         84 source4/lib/tls/tls.c static const struct socket_ops tls_socket_ops;
socket_ops        637 source4/lib/tls/tls.c static const struct socket_ops tls_socket_ops = {
socket_ops         66 source4/lib/tls/tls.h const struct socket_ops *socket_tls_ops(enum socket_type type);