Home
last modified time | relevance | path

Searched refs:rpcb_next (Results 1 – 8 of 8) sorted by relevance

/freebsd/include/rpc/
H A Drpcb_prot.x148 struct rp__list *rpcb_next; member
161 % struct rpcblist *rpcb_next; member
433 % struct rpcblist *rpcb_next; member
/freebsd/sys/rpc/
H A Drpcb_prot.c136 next = (*rp)->rpcb_next; in xdr_rpcblist_ptr()
150 rp = &((*rp)->rpcb_next); in xdr_rpcblist_ptr()
H A Drpcb_prot.h155 struct rp__list *rpcb_next; member
167 struct rpcblist *rpcb_next; member
371 struct rpcblist *rpcb_next;
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c189 rbl->rpcb_next = (rpcblist_ptr)NULL; in map_set()
193 for (fnd = list_rbl; fnd->rpcb_next; in map_set()
194 fnd = fnd->rpcb_next) in map_set()
196 fnd->rpcb_next = rbl; in map_set()
248 rbl = rbl->rpcb_next; in map_unset()
261 rbl = rbl->rpcb_next; in map_unset()
265 prev->rpcb_next = rbl; in map_unset()
289 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) { in delete_prog()
1326 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) { in find_versions()
1361 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) { in find_service()
H A Drpcb_svc_4.c349 for (rbl = list_rbl; rbl != NULL; rbl = rbl->rpcb_next) { in rpcbproc_getaddrlist_4_local()
H A Drpcbind.c773 rbl->rpcb_next = list_rbl; /* Attach to global list */ in rbllist_add()
/freebsd/lib/libc/rpc/
H A Drpcb_prot.c123 next = (*rp)->rpcb_next; in xdr_rpcblist_ptr()
137 rp = &((*rp)->rpcb_next); in xdr_rpcblist_ptr()
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c755 prev->rpcb_next = (rpcblist_ptr) list;
757 list->rpcb_next = NULL;
794 for (; head != NULL; head = head->rpcb_next) {
807 for (; head != NULL; head = head->rpcb_next) {