Home
last modified time | relevance | path

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

/xnu-8020.140.41/bsd/kern/
H A Dkpi_socket.c69 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()