Lines Matching defs:sock
49 #define IS_SOCKET_PROTO_TLS(sock) (((sock)->protocol == PROTOCOL_TLS) || \ argument
51 #define SAL_SOCKOPS_PROTO_TLS_VALID(sock, name) (proto_tls && (proto_tls->ops->name) && IS_SOCKET_… argument
53 #define SAL_SOCKOPT_PROTO_TLS_EXEC(sock, name, optval, optlen) \ argument
345 struct sal_socket *sock; in socket_init() local
432 struct sal_socket *sock; in socket_new() local
465 struct sal_socket *sock; in sal_accept() local
514 struct sal_socket *sock; in sal_bind() local
532 struct sal_socket *sock; in sal_shutdown() local
566 struct sal_socket *sock; in sal_getpeername() local
584 struct sal_socket *sock; in sal_getsockname() local
602 struct sal_socket *sock; in sal_getsockopt() local
620 struct sal_socket *sock; in sal_setsockopt() local
671 struct sal_socket *sock; in sal_connect() local
703 struct sal_socket *sock; in sal_listen() local
722 struct sal_socket *sock; in sal_recvfrom() local
758 struct sal_socket *sock; in sal_sendto() local
795 struct sal_socket *sock; in sal_socket() local
839 struct sal_socket *sock; in sal_closesocket() local
873 struct sal_socket *sock; in sal_ioctlsocket() local
892 struct sal_socket *sock; in sal_poll() local