Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Drpcb_prot.c138 (u_int)sizeof (RPCBLIST), (xdrproc_t)xdr_rpcb)) { in xdr_rpcblist_ptr()
162 xdr_rpcblist(XDR *xdrs, RPCBLIST **rp)
H A Drpcb_prot.h162 typedef struct rp__list RPCBLIST; typedef
373 typedef struct rpcblist RPCBLIST;
/freebsd/include/rpc/
H A Drpcb_prot.x156 %typedef struct rp__list RPCBLIST; typedef
435 %typedef struct rpcblist RPCBLIST; typedef
/freebsd/lib/libc/rpc/
H A Drpcb_prot.c148 xdr_rpcblist(XDR *xdrs, RPCBLIST **rp) in xdr_rpcblist()
/freebsd/usr.sbin/rpcbind/
H A Drpcb_svc_com.c173 rbl = malloc(sizeof (RPCBLIST)); in map_set()