Home
last modified time | relevance | path

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

/netbsd-src/usr.sbin/rpcbind/
H A Drpcb_svc_4.c60 static void free_rpcb_entry_list(rpcb_entry_list_ptr *);
324 static rpcb_entry_list_ptr rlist; in rpcbproc_getaddrlist_4_local()
326 rpcb_entry_list_ptr rp, tail; in rpcbproc_getaddrlist_4_local()
434 free_rpcb_entry_list(rpcb_entry_list_ptr *rlistp) in free_rpcb_entry_list()
436 register rpcb_entry_list_ptr rbl, tmp; in free_rpcb_entry_list()
/netbsd-src/include/rpc/
H A Drpcb_prot.x262 typedef rpcb_entry_list *rpcb_entry_list_ptr; typedef
407 rpcb_entry_list_ptr
491 %typedef rpcb_entry_list *rpcb_entry_list_ptr; typedef
/netbsd-src/lib/libc/rpc/
H A Drpcb_prot.c216 xdr_rpcb_entry_list_ptr(XDR *xdrs, rpcb_entry_list_ptr *rp) in xdr_rpcb_entry_list_ptr()
225 rpcb_entry_list_ptr next; in xdr_rpcb_entry_list_ptr()
226 rpcb_entry_list_ptr next_copy; in xdr_rpcb_entry_list_ptr()
H A Drpcb_clnt.c116 static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct netconfig *);
630 got_entry(rpcb_entry_list_ptr relp, const struct netconfig *nconf) in got_entry()
633 rpcb_entry_list_ptr sp; in got_entry()
806 rpcb_entry_list_ptr relp = NULL; in __rpcb_findaddr()
/netbsd-src/usr.bin/rpcinfo/
H A Drpcinfo.c897 rpcb_entry_list_ptr head = NULL;