Searched refs:rpcbind_sock (Results 1 – 1 of 1) sorted by relevance
144 run_rpcbind (int rpcbind_sock) in run_rpcbind() argument146 SVCXPRT *rpcbind_transport = svcudp_create (rpcbind_sock); in run_rpcbind()208 int rpcbind_sock = xsocket (AF_INET, SOCK_DGRAM | SOCK_CLOEXEC, 0); in do_test() local211 if (bind (rpcbind_sock, (struct sockaddr *) &sin, sizeof (sin)) != 0) in do_test()252 run_rpcbind (rpcbind_sock); in do_test()
Completed in 5 milliseconds