Home
last modified time | relevance | path

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

/xnu-8796.121.2/bsd/sys/
H A Dkpi_socket.h422 #define sock_socket(domain, type, protocol, callback, cookie, new_so) \ macro
426 extern errno_t sock_socket(int domain, int type, int protocol,
/xnu-8796.121.2/bsd/kern/
H A Dkpi_socket.c62 #undef sock_socket
65 errno_t sock_socket(int domain, int type, int protocol, sock_upcall callback,
1111 sock_socket(int domain, int type, int protocol, sock_upcall callback, in sock_socket() function
/xnu-8796.121.2/bsd/net/
H A Dnet_stubs.c300 STUB(sock_socket);
H A Dif_utun.c1854 result = sock_socket(protocol, SOCK_DGRAM, 0, NULL, NULL, &pf_socket); in utun_cleanup_family()
H A Dif_ipsec.c2909 result = sock_socket(protocol, SOCK_DGRAM, 0, NULL, NULL, &pf_socket); in ipsec_cleanup_family()