Searched refs:__rpcfd_to_nconf (Results 1 – 6 of 6) sorted by relevance
81 extern struct netconfig *__rpcfd_to_nconf(int, int);89 extern struct netconfig *__rpcfd_to_nconf();
417 __rpcfd_to_nconf(int fd, int servtype) in __rpcfd_to_nconf() function
699 if ((nc = __rpcfd_to_nconf(fd, servtype)) != NULL) { in _clnt_tli_create_timed()
877 } else if ((tnconf = __rpcfd_to_nconf(xprt->xp_fd, xprt->xp_type)) in svc_reg()985 __rpcfd_to_nconf(xprt->xp_fd, xprt->xp_type)) != NULL)) { in svc_register()
712 if ((nconf = __rpcfd_to_nconf(xprt->xp_fd, xprt->xp_type)) in rendezvous_request()
733 __rpcfd_to_nconf;