HomeSort by: relevance | last modified time | path
    Searched refs:RPC_ANYFD (Results 1 - 8 of 8) sorted by relevancy

  /src/lib/libc/rpc/
clnt_generic.c 251 cl = clnt_tli_create(RPC_ANYFD, nconf, svcaddr,
270 cl = clnt_tli_create(RPC_ANYFD, nconf, svcaddr,
286 * If fd is RPC_ANYFD, it will be opened using nconf.
308 if (fd == RPC_ANYFD) {
svc_generic.c 173 xprt = svc_tli_create(RPC_ANYFD, nconf, NULL, 0, 0);
189 * If fd is RPC_ANYFD, then it opens a fd for the given transport
211 if (fd == RPC_ANYFD) {
svc_simple.c 157 svcxprt = svc_tli_create(RPC_ANYFD, nconf, NULL, 0, 0);
rpcb_clnt.c 329 client = clnt_tli_create(RPC_ANYFD, nconf, addr,
402 client = clnt_tli_create(RPC_ANYFD, nconf, &taddr,
svc_vc.c 404 if (xprt->xp_fd != RPC_ANYFD)
  /src/usr.sbin/rpc.lockd/
lockd.c 157 transp = svc_tli_create(RPC_ANYFD, nconf, NULL, RPC_MAXDATASIZE,
  /src/include/rpc/
svc.h 351 #define RPC_ANYFD RPC_ANYSOCK
  /src/usr.bin/rpcinfo/
rpcinfo.c 375 int fd = RPC_ANYFD;
1258 static int fd = RPC_ANYFD;
1260 if (fd == RPC_ANYFD) {
1637 client = clnt_tli_create(RPC_ANYFD, nconf, &addr, RPCBPROG,

Completed in 16 milliseconds