Home
last modified time | relevance | path

Searched defs:sock_socket (Results 1 – 2 of 2) sorted by relevance

/xnu-8796.141.3/bsd/sys/
H A Dkpi_socket.h422 #define sock_socket(domain, type, protocol, callback, cookie, new_so) \ macro
/xnu-8796.141.3/bsd/kern/
H A Dkpi_socket.c1111 sock_socket(int domain, int type, int protocol, sock_upcall callback, in sock_socket() function