Home
last modified time | relevance | path

Searched refs:RPCBSTAT_HIGHPROC (Results 1 – 3 of 3) sorted by relevance

/freebsd/include/rpc/
H A Drpcb_prot.x266 const RPCBSTAT_HIGHPROC = 13; /* # of procs in rpcbind V4 plus one */ variable
294 typedef int rpcbs_proc[RPCBSTAT_HIGHPROC];
490 %#define RPCBSTAT_HIGHPROC 13
522 %typedef int rpcbs_proc[RPCBSTAT_HIGHPROC];
/freebsd/sys/rpc/
H A Drpcb_prot.h278 #define RPCBSTAT_HIGHPROC 13 macro
310 typedef int rpcbs_proc[RPCBSTAT_HIGHPROC];
428 #define RPCBSTAT_HIGHPROC 13
460 typedef int rpcbs_proc[RPCBSTAT_HIGHPROC];
/freebsd/lib/libc/rpc/
H A Drpcb_st_xdr.c198 if (!xdr_vector(xdrs, (char *)(void *)objp, RPCBSTAT_HIGHPROC, in xdr_rpcbs_proc()