Home
last modified time | relevance | path

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

/xnu-11417.101.15/bsd/kern/
H A Dkpi_socket.c72 static errno_t sock_socket_common(int domain, int type, int protocol,
1066 sock_socket_common(int domain, int type, int protocol, sock_upcall callback, in sock_socket_common() function
1105 return sock_socket_common(domain, type, protocol, callback, in sock_socket_internal()
1113 return sock_socket_common(domain, type, protocol, callback, in sock_socket()