Home
last modified time | relevance | path

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

/freebsd-12-stable/include/rpc/
Drpcb_prot.x270 const RPCBSTAT_HIGHPROC = 13; /* # of procs in rpcbind V4 plus one */ variable
298 typedef int rpcbs_proc[RPCBSTAT_HIGHPROC];
494 %#define RPCBSTAT_HIGHPROC 13
526 %typedef int rpcbs_proc[RPCBSTAT_HIGHPROC];
/freebsd-12-stable/sys/rpc/
Drpcb_prot.h282 #define RPCBSTAT_HIGHPROC 13 macro
314 typedef int rpcbs_proc[RPCBSTAT_HIGHPROC];
432 #define RPCBSTAT_HIGHPROC 13
464 typedef int rpcbs_proc[RPCBSTAT_HIGHPROC];
/freebsd-12-stable/lib/libc/rpc/
Drpcb_st_xdr.c201 if (!xdr_vector(xdrs, (char *)(void *)objp, RPCBSTAT_HIGHPROC, in xdr_rpcbs_proc()