socket_context    196 source4/auth/gensec/gensec.h 			    struct socket_context *current_socket,
socket_context    200 source4/auth/gensec/gensec.h 			    struct socket_context **new_socket);
socket_context     47 source4/auth/gensec/socket.c static NTSTATUS gensec_socket_init_fn(struct socket_context *sock)
socket_context    169 source4/auth/gensec/socket.c static NTSTATUS gensec_socket_pending(struct socket_context *sock, size_t *npending) 
socket_context    222 source4/auth/gensec/socket.c static NTSTATUS gensec_socket_recv(struct socket_context *sock, void *buf,
socket_context    344 source4/auth/gensec/socket.c static NTSTATUS gensec_socket_send(struct socket_context *sock, 
socket_context    415 source4/auth/gensec/socket.c 			    struct socket_context *current_socket,
socket_context    419 source4/auth/gensec/socket.c 			    struct socket_context **new_socket)
socket_context    490 source4/auth/gensec/socket.c static NTSTATUS gensec_socket_set_option(struct socket_context *sock, const char *option, const char *val)
socket_context    496 source4/auth/gensec/socket.c static char *gensec_socket_get_peer_name(struct socket_context *sock, TALLOC_CTX *mem_ctx)
socket_context    502 source4/auth/gensec/socket.c static struct socket_address *gensec_socket_get_peer_addr(struct socket_context *sock, TALLOC_CTX *mem_ctx)
socket_context    508 source4/auth/gensec/socket.c static struct socket_address *gensec_socket_get_my_addr(struct socket_context *sock, TALLOC_CTX *mem_ctx)
socket_context    514 source4/auth/gensec/socket.c static int gensec_socket_get_fd(struct socket_context *sock)
socket_context    307 source4/lib/socket/access.c bool socket_check_access(struct socket_context *sock, 
socket_context     72 source4/lib/socket/connect.c struct composite_context *socket_connect_send(struct socket_context *sock,
socket_context    148 source4/lib/socket/connect.c NTSTATUS socket_connect_ev(struct socket_context *sock,
socket_context    249 source4/lib/socket/connect_multi.c 				   struct socket_context **sock,
socket_context    269 source4/lib/socket/connect_multi.c 			      struct socket_context **result,
socket_context     31 source4/lib/socket/socket.c static int socket_destructor(struct socket_context *sock)
socket_context     50 source4/lib/socket/socket.c 					 struct socket_context **new_sock, 
socket_context     98 source4/lib/socket/socket.c 			        struct socket_context **new_sock, uint32_t flags)
socket_context    110 source4/lib/socket/socket.c _PUBLIC_ NTSTATUS socket_connect(struct socket_context *sock,
socket_context    129 source4/lib/socket/socket.c _PUBLIC_ NTSTATUS socket_connect_complete(struct socket_context *sock, uint32_t flags)
socket_context    137 source4/lib/socket/socket.c _PUBLIC_ NTSTATUS socket_listen(struct socket_context *sock, 
socket_context    155 source4/lib/socket/socket.c _PUBLIC_ NTSTATUS socket_accept(struct socket_context *sock, struct socket_context **new_sock)
socket_context    184 source4/lib/socket/socket.c _PUBLIC_ NTSTATUS socket_recv(struct socket_context *sock, void *buf, 
socket_context    212 source4/lib/socket/socket.c _PUBLIC_ NTSTATUS socket_recvfrom(struct socket_context *sock, void *buf, 
socket_context    231 source4/lib/socket/socket.c _PUBLIC_ NTSTATUS socket_send(struct socket_context *sock, 
socket_context    269 source4/lib/socket/socket.c _PUBLIC_ NTSTATUS socket_sendto(struct socket_context *sock, 
socket_context    296 source4/lib/socket/socket.c _PUBLIC_ NTSTATUS socket_pending(struct socket_context *sock, size_t *npending)
socket_context    308 source4/lib/socket/socket.c _PUBLIC_ NTSTATUS socket_set_option(struct socket_context *sock, const char *option, const char *val)
socket_context    320 source4/lib/socket/socket.c _PUBLIC_ char *socket_get_peer_name(struct socket_context *sock, TALLOC_CTX *mem_ctx)
socket_context    329 source4/lib/socket/socket.c _PUBLIC_ struct socket_address *socket_get_peer_addr(struct socket_context *sock, TALLOC_CTX *mem_ctx)
socket_context    338 source4/lib/socket/socket.c _PUBLIC_ struct socket_address *socket_get_my_addr(struct socket_context *sock, TALLOC_CTX *mem_ctx)
socket_context    347 source4/lib/socket/socket.c _PUBLIC_ int socket_get_fd(struct socket_context *sock)
socket_context    362 source4/lib/socket/socket.c _PUBLIC_ NTSTATUS socket_dup(struct socket_context *sock)
socket_context    593 source4/lib/socket/socket.c void socket_set_flags(struct socket_context *sock, unsigned flags)
socket_context    133 source4/lib/socket/socket.h 				struct socket_context **new_sock, 
socket_context    136 source4/lib/socket/socket.h 		       struct socket_context **new_sock, uint32_t flags);
socket_context    137 source4/lib/socket/socket.h NTSTATUS socket_connect(struct socket_context *sock,
socket_context    141 source4/lib/socket/socket.h NTSTATUS socket_connect_complete(struct socket_context *sock, uint32_t flags);
socket_context    142 source4/lib/socket/socket.h NTSTATUS socket_listen(struct socket_context *sock, 
socket_context    145 source4/lib/socket/socket.h NTSTATUS socket_accept(struct socket_context *sock, struct socket_context **new_sock);
socket_context    146 source4/lib/socket/socket.h NTSTATUS socket_recv(struct socket_context *sock, void *buf, 
socket_context    148 source4/lib/socket/socket.h NTSTATUS socket_recvfrom(struct socket_context *sock, void *buf, 
socket_context    151 source4/lib/socket/socket.h NTSTATUS socket_send(struct socket_context *sock, 
socket_context    153 source4/lib/socket/socket.h NTSTATUS socket_sendto(struct socket_context *sock, 
socket_context    156 source4/lib/socket/socket.h NTSTATUS socket_pending(struct socket_context *sock, size_t *npending);
socket_context    157 source4/lib/socket/socket.h NTSTATUS socket_set_option(struct socket_context *sock, const char *option, const char *val);
socket_context    158 source4/lib/socket/socket.h char *socket_get_peer_name(struct socket_context *sock, TALLOC_CTX *mem_ctx);
socket_context    159 source4/lib/socket/socket.h struct socket_address *socket_get_peer_addr(struct socket_context *sock, TALLOC_CTX *mem_ctx);
socket_context    160 source4/lib/socket/socket.h struct socket_address *socket_get_my_addr(struct socket_context *sock, TALLOC_CTX *mem_ctx);
socket_context    161 source4/lib/socket/socket.h int socket_get_fd(struct socket_context *sock);
socket_context    162 source4/lib/socket/socket.h NTSTATUS socket_dup(struct socket_context *sock);
socket_context    176 source4/lib/socket/socket.h bool socket_check_access(struct socket_context *sock, 
socket_context    180 source4/lib/socket/socket.h struct composite_context *socket_connect_send(struct socket_context *sock,
socket_context    186 source4/lib/socket/socket.h NTSTATUS socket_connect_ev(struct socket_context *sock,
socket_context    200 source4/lib/socket/socket.h 				   struct socket_context **result,
socket_context    206 source4/lib/socket/socket.h 			      struct socket_context **result,
socket_context    209 source4/lib/socket/socket.h void socket_set_flags(struct socket_context *socket, unsigned flags);
socket_context     29 source4/lib/socket/socket_ip.c static NTSTATUS ipv4_init(struct socket_context *sock)
socket_context     55 source4/lib/socket/socket_ip.c static void ip_close(struct socket_context *sock)
socket_context     60 source4/lib/socket/socket_ip.c static NTSTATUS ip_connect_complete(struct socket_context *sock, uint32_t flags)
socket_context     88 source4/lib/socket/socket_ip.c static NTSTATUS ipv4_connect(struct socket_context *sock,
socket_context    158 source4/lib/socket/socket_ip.c static NTSTATUS ipv4_listen(struct socket_context *sock,
socket_context    207 source4/lib/socket/socket_ip.c static NTSTATUS ipv4_accept(struct socket_context *sock, struct socket_context **new_sock)
socket_context    256 source4/lib/socket/socket_ip.c static NTSTATUS ip_recv(struct socket_context *sock, void *buf, 
socket_context    276 source4/lib/socket/socket_ip.c static NTSTATUS ipv4_recvfrom(struct socket_context *sock, void *buf, 
socket_context    332 source4/lib/socket/socket_ip.c static NTSTATUS ip_send(struct socket_context *sock, 
socket_context    349 source4/lib/socket/socket_ip.c static NTSTATUS ipv4_sendto(struct socket_context *sock, 
socket_context    390 source4/lib/socket/socket_ip.c static NTSTATUS ipv4_set_option(struct socket_context *sock, const char *option, const char *val)
socket_context    396 source4/lib/socket/socket_ip.c static char *ipv4_get_peer_name(struct socket_context *sock, TALLOC_CTX *mem_ctx)
socket_context    416 source4/lib/socket/socket_ip.c static struct socket_address *ipv4_get_peer_addr(struct socket_context *sock, TALLOC_CTX *mem_ctx)
socket_context    461 source4/lib/socket/socket_ip.c static struct socket_address *ipv4_get_my_addr(struct socket_context *sock, TALLOC_CTX *mem_ctx)
socket_context    505 source4/lib/socket/socket_ip.c static int ip_get_fd(struct socket_context *sock)
socket_context    510 source4/lib/socket/socket_ip.c static NTSTATUS ip_pending(struct socket_context *sock, size_t *npending)
socket_context    586 source4/lib/socket/socket_ip.c static NTSTATUS ipv6_init(struct socket_context *sock)
socket_context    612 source4/lib/socket/socket_ip.c static NTSTATUS ipv6_tcp_connect(struct socket_context *sock,
socket_context    666 source4/lib/socket/socket_ip.c static NTSTATUS ipv6_listen(struct socket_context *sock,
socket_context    712 source4/lib/socket/socket_ip.c static NTSTATUS ipv6_tcp_accept(struct socket_context *sock, struct socket_context **new_sock)
socket_context    761 source4/lib/socket/socket_ip.c static NTSTATUS ipv6_recvfrom(struct socket_context *sock, void *buf, 
socket_context    818 source4/lib/socket/socket_ip.c static NTSTATUS ipv6_sendto(struct socket_context *sock, 
socket_context    854 source4/lib/socket/socket_ip.c static NTSTATUS ipv6_set_option(struct socket_context *sock, const char *option, const char *val)
socket_context    860 source4/lib/socket/socket_ip.c static char *ipv6_tcp_get_peer_name(struct socket_context *sock, TALLOC_CTX *mem_ctx)
socket_context    880 source4/lib/socket/socket_ip.c static struct socket_address *ipv6_tcp_get_peer_addr(struct socket_context *sock, TALLOC_CTX *mem_ctx)
socket_context    928 source4/lib/socket/socket_ip.c static struct socket_address *ipv6_tcp_get_my_addr(struct socket_context *sock, TALLOC_CTX *mem_ctx)
socket_context     38 source4/lib/socket/socket_unix.c static NTSTATUS unixdom_init(struct socket_context *sock)
socket_context     64 source4/lib/socket/socket_unix.c static void unixdom_close(struct socket_context *sock)
socket_context     69 source4/lib/socket/socket_unix.c static NTSTATUS unixdom_connect_complete(struct socket_context *sock, uint32_t flags)
socket_context     96 source4/lib/socket/socket_unix.c static NTSTATUS unixdom_connect(struct socket_context *sock,
socket_context    124 source4/lib/socket/socket_unix.c static NTSTATUS unixdom_listen(struct socket_context *sock,
socket_context    176 source4/lib/socket/socket_unix.c static NTSTATUS unixdom_accept(struct socket_context *sock, 
socket_context    177 source4/lib/socket/socket_unix.c 			       struct socket_context **new_sock)
socket_context    220 source4/lib/socket/socket_unix.c static NTSTATUS unixdom_recv(struct socket_context *sock, void *buf, 
socket_context    239 source4/lib/socket/socket_unix.c static NTSTATUS unixdom_send(struct socket_context *sock,
socket_context    257 source4/lib/socket/socket_unix.c static NTSTATUS unixdom_sendto(struct socket_context *sock, 
socket_context    291 source4/lib/socket/socket_unix.c static NTSTATUS unixdom_set_option(struct socket_context *sock, 
socket_context    297 source4/lib/socket/socket_unix.c static char *unixdom_get_peer_name(struct socket_context *sock, TALLOC_CTX *mem_ctx)
socket_context    302 source4/lib/socket/socket_unix.c static struct socket_address *unixdom_get_peer_addr(struct socket_context *sock, TALLOC_CTX *mem_ctx)
socket_context    341 source4/lib/socket/socket_unix.c static struct socket_address *unixdom_get_my_addr(struct socket_context *sock, TALLOC_CTX *mem_ctx)
socket_context    380 source4/lib/socket/socket_unix.c static int unixdom_get_fd(struct socket_context *sock)
socket_context    385 source4/lib/socket/socket_unix.c static NTSTATUS unixdom_pending(struct socket_context *sock, size_t *npending)
socket_context    129 source4/lib/stream/packet.c _PUBLIC_ void packet_set_socket(struct packet_context *pc, struct socket_context *sock)
socket_context     42 source4/lib/stream/packet.h void packet_set_socket(struct packet_context *pc, struct socket_context *sock);
socket_context     65 source4/lib/tls/tls.c bool tls_enabled(struct socket_context *sock)
socket_context     86 source4/lib/tls/tls.c static NTSTATUS tls_socket_init(struct socket_context *sock)
socket_context    245 source4/lib/tls/tls.c static NTSTATUS tls_socket_pending(struct socket_context *sock, size_t *npending)
socket_context    266 source4/lib/tls/tls.c static NTSTATUS tls_socket_recv(struct socket_context *sock, void *buf, 
socket_context    317 source4/lib/tls/tls.c static NTSTATUS tls_socket_send(struct socket_context *sock, 
socket_context    463 source4/lib/tls/tls.c 				       struct socket_context *socket_ctx,
socket_context    543 source4/lib/tls/tls.c struct socket_context *tls_init_client(struct socket_context *socket_ctx,
socket_context    607 source4/lib/tls/tls.c static NTSTATUS tls_socket_set_option(struct socket_context *sock, const char *option, const char *val)
socket_context    613 source4/lib/tls/tls.c static char *tls_socket_get_peer_name(struct socket_context *sock, TALLOC_CTX *mem_ctx)
socket_context    619 source4/lib/tls/tls.c static struct socket_address *tls_socket_get_peer_addr(struct socket_context *sock, TALLOC_CTX *mem_ctx)
socket_context    625 source4/lib/tls/tls.c static struct socket_address *tls_socket_get_my_addr(struct socket_context *sock, TALLOC_CTX *mem_ctx)
socket_context    631 source4/lib/tls/tls.c static int tls_socket_get_fd(struct socket_context *sock)
socket_context    671 source4/lib/tls/tls.c 				    struct socket_context *socket,
socket_context    682 source4/lib/tls/tls.c struct socket_context *tls_init_client(struct socket_context *socket,
socket_context     44 source4/lib/tls/tls.h 				    struct socket_context *sock, 
socket_context     51 source4/lib/tls/tls.h struct socket_context *tls_init_client(struct socket_context *sock, 
socket_context     58 source4/lib/tls/tls.h bool tls_enabled(struct socket_context *tls);
socket_context    200 source4/libcli/wrepl/winsrepl.c 					struct socket_context *sock,
socket_context     73 source4/smbd/process_prefork.c 				      struct socket_context *listen_socket,
socket_context     75 source4/smbd/process_prefork.c 							struct loadparm_context *, struct socket_context *, 
socket_context     41 source4/smbd/process_single.c 				     struct socket_context *listen_socket,
socket_context     44 source4/smbd/process_single.c 						      struct socket_context *, 
socket_context     60 source4/smbd/process_standard.c 				       struct socket_context *sock, 
socket_context     62 source4/smbd/process_standard.c 							struct loadparm_context *, struct socket_context *, 
socket_context     66 source4/smbd/process_thread.c 				     struct socket_context *sock,
socket_context     69 source4/smbd/process_thread.c 						      struct socket_context *, 
socket_context    126 source4/smbd/service_stream.c 				     struct socket_context *sock,
socket_context    165 source4/smbd/service_stream.c 				  struct socket_context *sock, 
socket_context    208 source4/wrepl_server/wrepl_in_connection.c 				      struct socket_context *sock,