Searched refs:RPCBVERS_STAT (Results 1 - 4 of 4) sorted by relevance

/freebsd-9.3-release/usr.sbin/rpcbind/
H A Drpcb_stat.c89 if ((rtype >= RPCBVERS_STAT) || (success == FALSE))
98 if ((rtype >= RPCBVERS_STAT) || (success == FALSE))
111 if (rtype >= RPCBVERS_STAT)
155 if (rtype > RPCBVERS_STAT)
/freebsd-9.3-release/include/rpc/
H A Drpcb_prot.x271 const RPCBVERS_STAT = 3; /* provide only for rpcbind V2, V3 and V4 */
315 typedef rpcb_stat rpcb_stat_byvers[RPCBVERS_STAT];
495 %#define RPCBVERS_STAT 3
546 %typedef rpcb_stat rpcb_stat_byvers[RPCBVERS_STAT];
/freebsd-9.3-release/sys/rpc/
H A Drpcb_prot.h281 #define RPCBVERS_STAT 3 macro
332 typedef rpcb_stat rpcb_stat_byvers[RPCBVERS_STAT];
431 #define RPCBVERS_STAT 3 macro
482 typedef rpcb_stat rpcb_stat_byvers[RPCBVERS_STAT];
/freebsd-9.3-release/lib/libc/rpc/
H A Drpcb_st_xdr.c269 if (!xdr_vector(xdrs, (char *)(void *)objp, RPCBVERS_STAT,

Completed in 118 milliseconds