Home
last modified time | relevance | path

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

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