Home
last modified time | relevance | path

Searched refs:rpcb_entry_list_ptr (Results 1 – 5 of 5) sorted by relevance

/dflybsd-src/usr.sbin/rpcbind/
H A Drpcb_svc_4.c59 static void free_rpcb_entry_list(rpcb_entry_list_ptr *);
323 static rpcb_entry_list_ptr rlist; in rpcbproc_getaddrlist_4_local()
325 rpcb_entry_list_ptr rp, tail; in rpcbproc_getaddrlist_4_local()
433 free_rpcb_entry_list(rpcb_entry_list_ptr *rlistp) in free_rpcb_entry_list()
435 rpcb_entry_list_ptr rbl, tmp; in free_rpcb_entry_list()
/dflybsd-src/include/rpc/
H A Drpcb_prot.x260 typedef rpcb_entry_list *rpcb_entry_list_ptr; typedef
402 rpcb_entry_list_ptr
486 %typedef rpcb_entry_list *rpcb_entry_list_ptr; typedef
/dflybsd-src/lib/libc/rpc/
H A Drpcb_prot.c179 xdr_rpcb_entry_list_ptr(XDR *xdrs, rpcb_entry_list_ptr *rp) in xdr_rpcb_entry_list_ptr()
188 rpcb_entry_list_ptr next; in xdr_rpcb_entry_list_ptr()
189 rpcb_entry_list_ptr next_copy; in xdr_rpcb_entry_list_ptr()
H A Drpcb_clnt.c118 static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct netconfig *);
638 got_entry(rpcb_entry_list_ptr relp, const struct netconfig *nconf) in got_entry()
641 rpcb_entry_list_ptr sp; in got_entry()
864 rpcb_entry_list_ptr relp = NULL; in __rpcb_findaddr_timed()
/dflybsd-src/usr.bin/rpcinfo/
H A Drpcinfo.c864 rpcb_entry_list_ptr head = NULL;