Searched refs:sock_gettype (Results 1 – 5 of 5) sorted by relevance
| /xnu-8020.121.3/bsd/sys/ |
| H A D | kpi_socket.h | 491 extern errno_t sock_gettype(socket_t so, int *domain, int *type, int *protocol)
|
| /xnu-8020.121.3/bsd/net/ |
| H A D | net_stubs.c | 284 STUB(sock_gettype);
|
| /xnu-8020.121.3/bsd/kern/ |
| H A D | kpi_socket.c | 1167 sock_gettype(socket_t sock, int *outDomain, int *outType, int *outProtocol) in sock_gettype() function
|
| /xnu-8020.121.3/bsd/nfs/ |
| H A D | nfs_syscalls.c | 950 sock_gettype(so, &sodomain, &sotype, &soprotocol); in nfssvc_addsock()
|
| H A D | nfs_socket.c | 718 sock_gettype(nso->nso_so, NULL, NULL, &proto); in nfs_socket_options()
|