Searched refs:sock_socket_common (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.121.3/bsd/kern/ |
| H A D | kpi_socket.c | 69 static errno_t sock_socket_common(int domain, int type, int protocol, 1016 sock_socket_common(int domain, int type, int protocol, sock_upcall callback, in sock_socket_common() function 1055 return sock_socket_common(domain, type, protocol, callback, in sock_socket_internal() 1063 return sock_socket_common(domain, type, protocol, callback, in sock_socket()
|