Searched refs:sock_gettype (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dkpi_socket.h436 @function sock_gettype
447 extern errno_t sock_gettype(socket_t so, int *domain, int *type, int *protocol);
/xnu-2422.115.4/bsd/net/
H A Dnet_stubs.c1566 int sock_gettype(void);
1567 int sock_gettype(void) function
/xnu-2422.115.4/bsd/kern/
H A Dkpi_socket.c1001 sock_gettype(socket_t sock, int *outDomain, int *outType, int *outProtocol) function
/xnu-2422.115.4/bsd/nfs/
H A Dnfs_syscalls.c744 sock_gettype(so, &sodomain, &sotype, &soprotocol);
H A Dnfs_socket.c601 sock_gettype(nso->nso_so, NULL, NULL, &proto);

Completed in 71 milliseconds