Home
last modified time | relevance | path

Searched refs:rpcbind_get_conf (Results 1 – 9 of 9) sorted by relevance

/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_4.c267 uaddr = taddr2uaddr(rpcbind_get_conf(transp->xp_netid), in rpcbproc_getaddr_4_local()
297 uaddr = taddr2uaddr(rpcbind_get_conf(transp->xp_netid), in rpcbproc_getversaddr_4_local()
335 reg_nconf = rpcbind_get_conf(transp->xp_netid); in rpcbproc_getaddrlist_4_local()
352 nconf = rpcbind_get_conf(rbl->rpcb_map.r_netid); in rpcbproc_getaddrlist_4_local()
H A Drpcb_stat.c120 nconf = rpcbind_get_conf(netid); in rpcbs_getaddr()
169 nconf = rpcbind_get_conf(netid); in rpcbs_rmtcall()
H A Drpcbind.h92 struct netconfig *rpcbind_get_conf(const char *);
H A Drpcb_svc_com.c371 if (((nconf = rpcbind_get_conf(transp->xp_netid)) == NULL) || in rpcbproc_uaddr2taddr_com()
404 if (((nconf = rpcbind_get_conf(transp->xp_netid)) == NULL) || in rpcbproc_taddr2uaddr_com()
670 uaddr = taddr2uaddr(rpcbind_get_conf(transp->xp_netid), caller); in rpcbproc_callit_com()
728 nconf = rpcbind_get_conf(transp->xp_netid); in rpcbproc_callit_com()
1297 uaddr = taddr2uaddr(rpcbind_get_conf("udp"), in handle_reply()
H A Dcheck_bound.c222 rpcbind_get_conf(const char *netid) in rpcbind_get_conf() function
H A Drpcb_svc.c214 uaddr = taddr2uaddr(rpcbind_get_conf(transp->xp_netid), in rpcbproc_getaddr_3_local()
H A Dpmap_svc.c278 uaddr = taddr2uaddr(rpcbind_get_conf(xprt->xp_netid), in pmapproc_getport()
H A Dutil.c133 if ((nconf = rpcbind_get_conf(netid)) == NULL) in addrmerge()
/freebsd/usr.sbin/rpcbind/tests/
H A Daddrmerge_test.c296 rpcbind_get_conf(const char* netid __unused) in rpcbind_get_conf() function