Home
last modified time | relevance | path

Searched refs:sock_socket (Results 1 – 5 of 5) sorted by relevance

/xnu-12377.1.9/bsd/sys/
H A Dkpi_socket.h423 #define sock_socket(domain, type, protocol, callback, cookie, new_so) \ macro
427 extern errno_t sock_socket(int domain, int type, int protocol,
/xnu-12377.1.9/bsd/kern/
H A Dkpi_socket.c63 #undef sock_socket
66 errno_t sock_socket(int domain, int type, int protocol, sock_upcall callback,
1110 sock_socket(int domain, int type, int protocol, sock_upcall callback, in sock_socket() function
/xnu-12377.1.9/bsd/net/
H A Dnet_stubs.c310 STUB(sock_socket);
H A Dif_utun.c2095 result = sock_socket(protocol, SOCK_DGRAM, 0, NULL, NULL, &pf_socket); in utun_cleanup_family()
H A Dif_ipsec.c2833 result = sock_socket(protocol, SOCK_DGRAM, 0, NULL, NULL, &pf_socket); in ipsec_cleanup_family()