Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Drpcb_prot.h298 struct rpcbs_rmtcalllist { struct
306 struct rpcbs_rmtcalllist *next; argument
308 typedef struct rpcbs_rmtcalllist rpcbs_rmtcalllist; typedef
314 typedef rpcbs_rmtcalllist *rpcbs_rmtcalllist_ptr;
448 struct rpcbs_rmtcalllist {
456 struct rpcbs_rmtcalllist *next;
458 typedef struct rpcbs_rmtcalllist rpcbs_rmtcalllist;
464 typedef rpcbs_rmtcalllist *rpcbs_rmtcalllist_ptr;
565 extern bool_t xdr_rpcbs_rmtcalllist(XDR *, rpcbs_rmtcalllist*);
/freebsd/include/rpc/
H A Drpcb_prot.x283 struct rpcbs_rmtcalllist { struct
291 struct rpcbs_rmtcalllist *next; argument
296 typedef rpcbs_rmtcalllist *rpcbs_rmtcalllist_ptr;
510 %struct rpcbs_rmtcalllist { struct
518 % struct rpcbs_rmtcalllist *next; argument
520 %typedef struct rpcbs_rmtcalllist rpcbs_rmtcalllist; typedef
526 %typedef rpcbs_rmtcalllist *rpcbs_rmtcalllist_ptr;
/freebsd/lib/libc/rpc/
H A Drpcb_st_xdr.c83 xdr_rpcbs_rmtcalllist(XDR *xdrs, rpcbs_rmtcalllist *objp) in xdr_rpcbs_rmtcalllist()
85 struct rpcbs_rmtcalllist **pnext; in xdr_rpcbs_rmtcalllist()
122 sizeof (rpcbs_rmtcalllist), in xdr_rpcbs_rmtcalllist()
160 sizeof (rpcbs_rmtcalllist), in xdr_rpcbs_rmtcalllist()
188 sizeof (rpcbs_rmtcalllist), in xdr_rpcbs_rmtcalllist()
218 if (!xdr_pointer(xdrs, (char **)objp, sizeof (rpcbs_rmtcalllist), in xdr_rpcbs_rmtcalllist_ptr()
/freebsd/usr.sbin/rpcbind/
H A Drpcb_stat.c146 rpcbs_rmtcalllist *rl; in rpcbs_rmtcall()
173 rl = (rpcbs_rmtcalllist *) malloc(sizeof (rpcbs_rmtcalllist)); in rpcbs_rmtcall()
/freebsd/usr.bin/rpcinfo/
H A Drpcinfo.c981 rpcbs_rmtcalllist *pr;