socket_context     96 libcli/nbt/libnbt.h 	struct socket_context *sock;
socket_context    191 source4/auth/gensec/gensec.h struct socket_context;
socket_context     33 source4/auth/gensec/socket.c 	struct socket_context *socket;
socket_context    422 source4/auth/gensec/socket.c 	struct socket_context *new_sock;
socket_context     37 source4/auth/kerberos/krb5_init_context.c 	struct socket_context *sock;
socket_context     67 source4/kdc/kdc.c 	struct socket_context *sock;
socket_context     48 source4/kdc/kpasswdd.c 	struct socket_context *sock;
socket_context    100 source4/ldap_server/ldap_bind.c 	struct socket_context *sasl_socket;
socket_context     29 source4/ldap_server/ldap_extended.c 	struct socket_context *tls_socket;
socket_context    361 source4/ldap_server/ldap_server.c 		struct socket_context *tls_socket = tls_init_server(ldapsrv_service->tls_params, c->socket, 
socket_context     35 source4/ldap_server/ldap_server.h 		struct socket_context *raw;
socket_context     36 source4/ldap_server/ldap_server.h 		struct socket_context *tls;
socket_context     37 source4/ldap_server/ldap_server.h 		struct socket_context *sasl;
socket_context     42 source4/lib/messaging/messaging.c 	struct socket_context *sock;
socket_context     31 source4/lib/socket/connect.c 	struct socket_context *sock;
socket_context     40 source4/lib/socket/connect_multi.c 	struct socket_context *sock;
socket_context     51 source4/lib/socket/connect_multi.c 	struct socket_context *sock;
socket_context     55 source4/lib/socket/socket.c 	(*new_sock) = talloc(mem_ctx, struct socket_context);
socket_context     25 source4/lib/socket/socket.h struct socket_context;
socket_context     43 source4/lib/socket/socket.h 	NTSTATUS (*fn_init)(struct socket_context *sock);
socket_context     46 source4/lib/socket/socket.h 	NTSTATUS (*fn_connect)(struct socket_context *sock,
socket_context     52 source4/lib/socket/socket.h 	NTSTATUS (*fn_connect_complete)(struct socket_context *sock,
socket_context     56 source4/lib/socket/socket.h 	NTSTATUS (*fn_listen)(struct socket_context *sock,
socket_context     59 source4/lib/socket/socket.h 	NTSTATUS (*fn_accept)(struct socket_context *sock,	
socket_context     60 source4/lib/socket/socket.h 			      struct socket_context **new_sock);
socket_context     63 source4/lib/socket/socket.h 	NTSTATUS (*fn_recv)(struct socket_context *sock, void *buf,
socket_context     65 source4/lib/socket/socket.h 	NTSTATUS (*fn_send)(struct socket_context *sock, 
socket_context     68 source4/lib/socket/socket.h 	NTSTATUS (*fn_sendto)(struct socket_context *sock, 
socket_context     71 source4/lib/socket/socket.h 	NTSTATUS (*fn_recvfrom)(struct socket_context *sock, 
socket_context     74 source4/lib/socket/socket.h 	NTSTATUS (*fn_pending)(struct socket_context *sock, size_t *npending);      
socket_context     76 source4/lib/socket/socket.h 	void (*fn_close)(struct socket_context *sock);
socket_context     78 source4/lib/socket/socket.h 	NTSTATUS (*fn_set_option)(struct socket_context *sock, const char *option, const char *val);
socket_context     80 source4/lib/socket/socket.h 	char *(*fn_get_peer_name)(struct socket_context *sock, TALLOC_CTX *mem_ctx);
socket_context     81 source4/lib/socket/socket.h 	struct socket_address *(*fn_get_peer_addr)(struct socket_context *sock, TALLOC_CTX *mem_ctx);
socket_context     82 source4/lib/socket/socket.h 	struct socket_address *(*fn_get_my_addr)(struct socket_context *sock, TALLOC_CTX *mem_ctx);
socket_context     84 source4/lib/socket/socket.h 	int (*fn_get_fd)(struct socket_context *sock);
socket_context    236 source4/lib/socket/socket_ip.c 	(*new_sock) = talloc(NULL, struct socket_context);
socket_context    741 source4/lib/socket/socket_ip.c 	(*new_sock) = talloc(NULL, struct socket_context);
socket_context    200 source4/lib/socket/socket_unix.c 	(*new_sock) = talloc(NULL, struct socket_context);
socket_context     36 source4/lib/socket/testsuite.c 	struct socket_context *sock1, *sock2;
socket_context    120 source4/lib/socket/testsuite.c 	struct socket_context *sock1, *sock2, *sock3;
socket_context     37 source4/lib/stream/packet.c 	struct socket_context *sock;
socket_context     49 source4/lib/tls/tls.c 	struct socket_context *socket;
socket_context    462 source4/lib/tls/tls.c struct socket_context *tls_init_server(struct tls_params *params, 
socket_context    469 source4/lib/tls/tls.c 	struct socket_context *new_sock;
socket_context    543 source4/lib/tls/tls.c struct socket_context *tls_init_client(struct socket_context *socket_ctx,
socket_context    551 source4/lib/tls/tls.c 	struct socket_context *new_sock;
socket_context    670 source4/lib/tls/tls.c struct socket_context *tls_init_server(struct tls_params *params, 
socket_context    682 source4/lib/tls/tls.c struct socket_context *tls_init_client(struct socket_context *socket,
socket_context     43 source4/lib/tls/tls.h struct socket_context *tls_init_server(struct tls_params *parms,
socket_context     51 source4/lib/tls/tls.h struct socket_context *tls_init_client(struct socket_context *sock, 
socket_context     74 source4/libcli/cldap/cldap.h 	struct socket_context *sock;
socket_context     41 source4/libcli/dgram/libdgram.h 	struct socket_context *sock;
socket_context    389 source4/libcli/ldap/ldap_bind.c 		struct socket_context *sasl_socket;
socket_context    403 source4/libcli/ldap/ldap_client.c 		struct socket_context *tls_socket;
socket_context    404 source4/libcli/ldap/ldap_client.c 		struct socket_context *tmp_socket;
socket_context     53 source4/libcli/ldap/ldap_client.h 	struct socket_context *sock;
socket_context    102 source4/libcli/raw/clisocket.c 	struct socket_context *sock;
socket_context     74 source4/libcli/raw/libcliraw.h 	struct socket_context *sock;
socket_context     29 source4/libcli/wrepl/winsrepl.h 	struct socket_context *sock;
socket_context     36 source4/librpc/rpc/dcerpc_sock.c 	struct socket_context *sock;
socket_context    229 source4/librpc/rpc/dcerpc_sock.c 	struct socket_context *socket_ctx;
socket_context     54 source4/rpc_server/service_rpc.c 	struct socket_context *sock = talloc_get_type(private_data, struct socket_context);
socket_context     49 source4/smbd/process_model.h 				  struct socket_context *, 
socket_context     52 source4/smbd/process_model.h 					   struct socket_context *, 
socket_context     80 source4/smbd/process_prefork.c 	struct socket_context *connected_socket;
socket_context     49 source4/smbd/process_single.c 	struct socket_context *connected_socket;
socket_context     67 source4/smbd/process_standard.c 	struct socket_context *sock2;
socket_context     41 source4/smbd/process_thread.c 	struct socket_context *sock;
socket_context     43 source4/smbd/process_thread.c 	void (*new_conn)(struct tevent_context *, struct loadparm_context *lp_ctx, struct socket_context *, uint32_t , void *);
socket_context     49 source4/smbd/service_stream.c 	struct socket_context *sock;
socket_context     49 source4/smbd/service_stream.h 	struct socket_context *socket;
socket_context    257 source4/web_server/web_server.c 	struct socket_context *tls_socket;
socket_context    857 source4/wrepl_server/wrepl_out_helpers.c 	struct socket_context *sock;
socket_context    311 source4/wrepl_server/wrepl_server.h struct socket_context;