Home
last modified time | relevance | path

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

/src/sys/rpc/
H A Drpcb_prot.c193 xdr_rpcb_entry_list_ptr(XDR *xdrs, rpcb_entry_list_ptr *rp) in xdr_rpcb_entry_list_ptr()
202 rpcb_entry_list_ptr next; in xdr_rpcb_entry_list_ptr()
203 rpcb_entry_list_ptr next_copy; in xdr_rpcb_entry_list_ptr()
H A Drpcb_prot.h269 typedef rpcb_entry_list *rpcb_entry_list_ptr; typedef
419 typedef rpcb_entry_list *rpcb_entry_list_ptr;
546 extern rpcb_entry_list_ptr * rpcbproc_getaddrlist_4(RPCB *, CLIENT *);
547 extern rpcb_entry_list_ptr * rpcbproc_getaddrlist_4_svc(RPCB *, struct svc_req *);
563 extern bool_t xdr_rpcb_entry_list_ptr(XDR *, rpcb_entry_list_ptr*);
/src/usr.sbin/rpcbind/
H A Drpcb_svc_4.c59 static void free_rpcb_entry_list(rpcb_entry_list_ptr *);
322 static rpcb_entry_list_ptr rlist; in rpcbproc_getaddrlist_4_local()
324 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 register rpcb_entry_list_ptr rbl, tmp; in free_rpcb_entry_list()
/src/include/rpc/
H A Drpcb_prot.x255 typedef rpcb_entry_list *rpcb_entry_list_ptr; typedef
397 rpcb_entry_list_ptr
481 %typedef rpcb_entry_list *rpcb_entry_list_ptr; typedef
/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.c96 static struct netbuf *got_entry(rpcb_entry_list_ptr, const struct netconfig *);
613 got_entry(rpcb_entry_list_ptr relp, const struct netconfig *nconf) in got_entry()
616 rpcb_entry_list_ptr sp; in got_entry()
847 rpcb_entry_list_ptr relp = NULL; in __rpcb_findaddr_timed()
/src/usr.bin/rpcinfo/
H A Drpcinfo.c875 rpcb_entry_list_ptr head = NULL;