Home
last modified time | relevance | path

Searched refs:sock_socket (Results 1 – 7 of 7) sorted by relevance

/xnu-8020.140.41/bsd/sys/
H A Dkpi_socket.h401 #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 Dkpi_socket.c60 #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 Dkrpc_subr.c248 if ((error = sock_socket(AF_INET, sotype, 0, 0, 0, &so))) { in krpc_call()
H A Dnfs_socket.c623 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 Dnet_stubs.c299 STUB(sock_socket);
H A Dif_utun.c1855 result = sock_socket(protocol, SOCK_DGRAM, 0, NULL, NULL, &pf_socket); in utun_cleanup_family()
H A Dif_ipsec.c2910 result = sock_socket(protocol, SOCK_DGRAM, 0, NULL, NULL, &pf_socket); in ipsec_cleanup_family()