Home
last modified time | relevance | path

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

/freebsd/usr.sbin/rpcbind/
H A Drpcb_stat.c88 if ((rtype >= RPCBVERS_STAT) || (success == FALSE)) in rpcbs_set()
96 if ((rtype >= RPCBVERS_STAT) || (success == FALSE)) in rpcbs_unset()
108 if (rtype >= RPCBVERS_STAT) in rpcbs_getaddr()
152 if (rtype >= RPCBVERS_STAT) in rpcbs_rmtcall()
/freebsd/include/rpc/
H A Drpcb_prot.x267 const RPCBVERS_STAT = 3; /* provide only for rpcbind V2, V3 and V4 */ variable
311 typedef rpcb_stat rpcb_stat_byvers[RPCBVERS_STAT];
491 %#define RPCBVERS_STAT 3
542 %typedef rpcb_stat rpcb_stat_byvers[RPCBVERS_STAT];
/freebsd/sys/rpc/
H A Drpcb_prot.h279 #define RPCBVERS_STAT 3 macro
330 typedef rpcb_stat rpcb_stat_byvers[RPCBVERS_STAT];
429 #define RPCBVERS_STAT 3
480 typedef rpcb_stat rpcb_stat_byvers[RPCBVERS_STAT];
/freebsd/lib/libc/rpc/
H A Drpcb_st_xdr.c254 if (!xdr_vector(xdrs, (char *)(void *)objp, RPCBVERS_STAT, in xdr_rpcb_stat_byvers()