Searched refs:sock_socket (Results 1 – 7 of 7) sorted by relevance
| /xnu-8020.140.41/bsd/sys/ |
| H A D | kpi_socket.h | 401 #define sock_socket(domain, type, protocol, callback, cookie, new_so) \ macro 405 extern errno_t sock_socket(int domain, int type, int protocol,
|
| /xnu-8020.140.41/bsd/kern/ |
| H A D | kpi_socket.c | 60 #undef sock_socket 63 errno_t sock_socket(int domain, int type, int protocol, sock_upcall callback, 1060 sock_socket(int domain, int type, int protocol, sock_upcall callback, in sock_socket() function
|
| /xnu-8020.140.41/bsd/nfs/ |
| H A D | krpc_subr.c | 248 if ((error = sock_socket(AF_INET, sotype, 0, 0, 0, &so))) { in krpc_call()
|
| H A D | nfs_socket.c | 623 error = sock_socket(sa->sa_family, nso->nso_sotype, 0, NULL, NULL, &nso->nso_so); in nfs_socket_create() 2472 error = sock_socket(AF_INET, SOCK_STREAM, IPPROTO_TCP, nfs4_cb_accept, NULL, &nfs4_cb_so); in nfs4_mount_callback_setup() 2525 error = sock_socket(AF_INET6, SOCK_STREAM, IPPROTO_TCP, nfs4_cb_accept, NULL, &nfs4_cb_so6); in nfs4_mount_callback_setup() 5755 if ((error = sock_socket(saddr->sa_family, sotype, soproto, NULL, NULL, &newso))) { in nfs_aux_request()
|
| /xnu-8020.140.41/bsd/net/ |
| H A D | net_stubs.c | 299 STUB(sock_socket);
|
| H A D | if_utun.c | 1855 result = sock_socket(protocol, SOCK_DGRAM, 0, NULL, NULL, &pf_socket); in utun_cleanup_family()
|
| H A D | if_ipsec.c | 2910 result = sock_socket(protocol, SOCK_DGRAM, 0, NULL, NULL, &pf_socket); in ipsec_cleanup_family()
|