Searched refs:rpcblist (Results 1 - 9 of 9) sorted by relevance

/freebsd-13-stable/include/rpc/
H A Drpcb_clnt.h70 extern rpcblist *rpcb_getmaps(const struct netconfig *, const char *);
H A Drpcb_prot.x142 % * Below are two definitions for the rpcblist structure. This is done because
143 % * xdr_rpcblist() is specified to take a struct rpcblist **, rather than a
144 % * struct rpcblist * that rpcgen would produce. One version of the rpcblist
159 %typedef struct rp__list rpcblist;
163 %struct rpcblist {
165 % struct rpcblist *rpcb_next;
172 %extern bool_t xdr_rpcblist(XDR *, rpcblist**);
435 %struct rpcblist {
437 % struct rpcblist *rpcb_nex
[all...]
/freebsd-13-stable/sys/rpc/
H A Drpcb_clnt.h73 extern rpcblist *rpcb_getmaps(const struct netconfig *, const char *);
H A Drpcb_prot.h149 * Below are two definitions for the rpcblist structure. This is done because
150 * xdr_rpcblist() is specified to take a struct rpcblist **, rather than a
151 * struct rpcblist * that rpcgen would produce. One version of the rpcblist
165 typedef struct rp__list rpcblist; typedef in typeref:struct:rp__list
169 struct rpcblist { struct
171 struct rpcblist *rpcb_next;
178 extern bool_t xdr_rpcblist(XDR *, rpcblist**);
373 struct rpcblist { struct
375 struct rpcblist *rpcb_nex
[all...]
H A Drpcb_clnt.c1092 rpcblist *
/freebsd-13-stable/lib/libc/rpc/
H A Drpcb_prot.c84 * struct rpcblist {
86 * struct rpcblist *rpcb_next;
88 * typedef rpcblist *rpcblist_ptr;
95 * rpcblist *").
133 (u_int)sizeof (rpcblist), (xdrproc_t)xdr_rpcb)) {
H A Drpcb_clnt.c1048 rpcblist *
/freebsd-13-stable/usr.sbin/rpcbind/
H A Drpcbind.c758 rbl = malloc(sizeof (rpcblist));
/freebsd-13-stable/usr.bin/rpcinfo/
H A Drpcinfo.c759 list = (rpcblist *)malloc(sizeof (rpcblist));

Completed in 190 milliseconds