Searched refs:sock_socket (Results 1 – 5 of 5) sorted by relevance
| /xnu-11215.81.4/bsd/sys/ |
| H A D | kpi_socket.h | 423 #define sock_socket(domain, type, protocol, callback, cookie, new_so) \ macro 427 extern errno_t sock_socket(int domain, int type, int protocol,
|
| /xnu-11215.81.4/bsd/kern/ |
| H A D | kpi_socket.c | 63 #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-11215.81.4/bsd/net/ |
| H A D | net_stubs.c | 303 STUB(sock_socket);
|
| H A D | if_utun.c | 1869 result = sock_socket(protocol, SOCK_DGRAM, 0, NULL, NULL, &pf_socket); in utun_cleanup_family()
|
| H A D | if_ipsec.c | 2834 result = sock_socket(protocol, SOCK_DGRAM, 0, NULL, NULL, &pf_socket); in ipsec_cleanup_family()
|