Searched refs:RPC_ANYFD (Results 1 - 11 of 11) sorted by relevance

/freebsd-13-stable/lib/libc/rpc/
H A Dsvc_generic.c168 xprt = svc_tli_create(RPC_ANYFD, nconf, NULL, 0, 0);
186 * If fd is RPC_ANYFD, then it opens a fd for the given transport
210 if (fd == RPC_ANYFD) {
314 xprt->xp_fd = RPC_ANYFD;
H A Dclnt_generic.c303 cl = clnt_tli_create(RPC_ANYFD, nconf, svcaddr,
316 cl = clnt_tli_create(RPC_ANYFD, nconf, svcaddr,
329 * If fd is RPC_ANYFD, it will be opened using nconf.
345 if (fd == RPC_ANYFD) {
H A Dsvc_simple.c154 svcxprt = svc_tli_create(RPC_ANYFD, nconf, NULL, 0, 0);
H A Drpcb_clnt.c300 client = clnt_tli_create(RPC_ANYFD, nconf, addr,
395 client = clnt_tli_create(RPC_ANYFD, nconf, &taddr,
H A Dsvc_vc.c396 if (xprt->xp_fd != RPC_ANYFD)
/freebsd-13-stable/usr.sbin/ypserv/
H A Dyp_main.c277 if (sock == RPC_ANYFD) {
525 _rpcfd = RPC_ANYFD;
/freebsd-13-stable/include/rpc/
H A Dsvc.h368 #define RPC_ANYFD RPC_ANYSOCK macro
/freebsd-13-stable/sys/rpc/
H A Dsvc.h720 #define RPC_ANYFD RPC_ANYSOCK macro
H A Drpcb_clnt.c312 client = clnt_tli_create(RPC_ANYFD, nconf, addr,
407 client = clnt_tli_create(RPC_ANYFD, nconf, &taddr,
/freebsd-13-stable/usr.bin/rpcinfo/
H A Drpcinfo.c375 int fd = RPC_ANYFD;
1237 static int fd = RPC_ANYFD;
1239 if (fd == RPC_ANYFD) {
1591 client = clnt_tli_create(RPC_ANYFD, nconf, &addr, RPCBPROG,
/freebsd-13-stable/sbin/mount_nfs/
H A Dmount_nfs.c816 clp = clnt_tli_create(RPC_ANYFD, nconf, &nfs_nb, NFS_PROGRAM, nfsvers,

Completed in 114 milliseconds