Home
last modified time | relevance | path

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

/xnu-11417.121.6/bsd/sys/
H A Dkpi_socket.h513 extern errno_t sock_gettype(socket_t so, int *domain, int *type, int *protocol)
/xnu-11417.121.6/bsd/net/
H A Dnet_stubs.c291 STUB(sock_gettype);
/xnu-11417.121.6/bsd/kern/
H A Dkpi_socket.c1226 sock_gettype(socket_t sock, int *outDomain, int *outType, int *outProtocol) in sock_gettype() function
/xnu-11417.121.6/bsd/nfs/
H A Dnfs_syscalls.c693 sock_gettype(so, &sodomain, &sotype, &soprotocol); in nfssvc_addsock()