Searched refs:sock_socket_common (Results 1 – 1 of 1) sorted by relevance
| /xnu-8796.141.3/bsd/kern/ |
| H A D | kpi_socket.c | 71 static errno_t sock_socket_common(int domain, int type, int protocol, 1067 sock_socket_common(int domain, int type, int protocol, sock_upcall callback, in sock_socket_common() function 1106 return sock_socket_common(domain, type, protocol, callback, in sock_socket_internal() 1114 return sock_socket_common(domain, type, protocol, callback, in sock_socket()
|