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

/freebsd-10.3-release/lib/libc/rpc/
H A Dsvc_generic.c162 xprt = svc_tli_create(RPC_ANYFD, nconf, NULL, 0, 0);
180 * If fd is RPC_ANYFD, then it opens a fd for the given transport
202 if (fd == RPC_ANYFD) {
306 xprt->xp_fd = RPC_ANYFD;
H A Dclnt_generic.c301 cl = clnt_tli_create(RPC_ANYFD, nconf, svcaddr,
314 cl = clnt_tli_create(RPC_ANYFD, nconf, svcaddr,
327 * If fd is RPC_ANYFD, it will be opened using nconf.
343 if (fd == RPC_ANYFD) {
H A Dsvc_simple.c150 svcxprt = svc_tli_create(RPC_ANYFD, nconf, NULL, 0, 0);
H A Drpcb_clnt.c307 client = clnt_tli_create(RPC_ANYFD, nconf, addr,
402 client = clnt_tli_create(RPC_ANYFD, nconf, &taddr,
H A Dsvc_vc.c409 if (xprt->xp_fd != RPC_ANYFD)
/freebsd-10.3-release/usr.sbin/ypserv/
H A Dyp_main.c277 if (sock == RPC_ANYFD) {
525 _rpcfd = RPC_ANYFD;
/freebsd-10.3-release/include/rpc/
H A Dsvc.h365 #define RPC_ANYFD RPC_ANYSOCK macro
/freebsd-10.3-release/sys/rpc/
H A Dsvc.h710 #define RPC_ANYFD RPC_ANYSOCK macro
H A Drpcb_clnt.c310 client = clnt_tli_create(RPC_ANYFD, nconf, addr,
405 client = clnt_tli_create(RPC_ANYFD, nconf, &taddr,
/freebsd-10.3-release/usr.bin/rpcinfo/
H A Drpcinfo.c375 int fd = RPC_ANYFD;
1235 static int fd = RPC_ANYFD;
1237 if (fd == RPC_ANYFD) {
1589 client = clnt_tli_create(RPC_ANYFD, nconf, &addr, RPCBPROG,
/freebsd-10.3-release/sbin/mount_nfs/
H A Dmount_nfs.c762 clp = clnt_tli_create(RPC_ANYFD, nconf, &nfs_nb, NFS_PROGRAM, nfsvers,

Completed in 192 milliseconds