Home
last modified time | relevance | path

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

/xnu-8020.121.3/bsd/sys/
H A Dkpi_socket.h491 extern errno_t sock_gettype(socket_t so, int *domain, int *type, int *protocol)
/xnu-8020.121.3/bsd/net/
H A Dnet_stubs.c284 STUB(sock_gettype);
/xnu-8020.121.3/bsd/kern/
H A Dkpi_socket.c1167 sock_gettype(socket_t sock, int *outDomain, int *outType, int *outProtocol) in sock_gettype() function
/xnu-8020.121.3/bsd/nfs/
H A Dnfs_syscalls.c950 sock_gettype(so, &sodomain, &sotype, &soprotocol); in nfssvc_addsock()
H A Dnfs_socket.c718 sock_gettype(nso->nso_so, NULL, NULL, &proto); in nfs_socket_options()