Searched refs:sock_socket (Results 1 – 5 of 5) sorted by relevance
| /xnu-8796.121.2/bsd/sys/ |
| H A D | kpi_socket.h | 422 #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 D | kpi_socket.c | 62 #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 D | net_stubs.c | 300 STUB(sock_socket);
|
| H A D | if_utun.c | 1854 result = sock_socket(protocol, SOCK_DGRAM, 0, NULL, NULL, &pf_socket); in utun_cleanup_family()
|
| H A D | if_ipsec.c | 2909 result = sock_socket(protocol, SOCK_DGRAM, 0, NULL, NULL, &pf_socket); in ipsec_cleanup_family()
|