Home
last modified time | relevance | path

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

/freebsd-13-stable/usr.sbin/rpcbind/
HDrpcb_svc_4.c270 uaddr = taddr2uaddr(rpcbind_get_conf(transp->xp_netid), in rpcbproc_getaddr_4_local()
300 uaddr = taddr2uaddr(rpcbind_get_conf(transp->xp_netid), in rpcbproc_getversaddr_4_local()
338 reg_nconf = rpcbind_get_conf(transp->xp_netid); in rpcbproc_getaddrlist_4_local()
355 nconf = rpcbind_get_conf(rbl->rpcb_map.r_netid); in rpcbproc_getaddrlist_4_local()
HDrpcb_stat.c125 nconf = rpcbind_get_conf(netid); in rpcbs_getaddr()
174 nconf = rpcbind_get_conf(netid); in rpcbs_rmtcall()
HDrpcbind.h94 struct netconfig *rpcbind_get_conf(const char *);
HDrpcb_svc_com.c373 if (((nconf = rpcbind_get_conf(transp->xp_netid)) == NULL) || in rpcbproc_uaddr2taddr_com()
406 if (((nconf = rpcbind_get_conf(transp->xp_netid)) == NULL) || in rpcbproc_taddr2uaddr_com()
672 uaddr = taddr2uaddr(rpcbind_get_conf(transp->xp_netid), caller); in rpcbproc_callit_com()
730 nconf = rpcbind_get_conf(transp->xp_netid); in rpcbproc_callit_com()
1300 uaddr = taddr2uaddr(rpcbind_get_conf("udp"), in handle_reply()
HDcheck_bound.c231 rpcbind_get_conf(const char *netid) in rpcbind_get_conf() function
HDrpcb_svc.c216 uaddr = taddr2uaddr(rpcbind_get_conf(transp->xp_netid), in rpcbproc_getaddr_3_local()
HDpmap_svc.c286 uaddr = taddr2uaddr(rpcbind_get_conf(xprt->xp_netid), in pmapproc_getport()
HDutil.c133 if ((nconf = rpcbind_get_conf(netid)) == NULL) in addrmerge()
/freebsd-13-stable/usr.sbin/rpcbind/tests/
HDaddrmerge_test.c296 rpcbind_get_conf(const char* netid __unused) in rpcbind_get_conf() function