Home | History | Annotate | Download | only in nlm

Lines Matching defs:rpcvers

365 	int rpcvers = RPCBVERS4;
399 RPCBPROG, rpcvers, 0, 0);
419 switch (rpcvers) {
450 if (rpcvers == RPCBVERS4)
451 rpcvers = RPCBVERS;
452 else if (rpcvers == RPCBVERS)
453 rpcvers = PMAPVERS;
454 CLNT_CONTROL(rpcb, CLSET_VERS, &rpcvers);
488 panic("invalid rpcvers %d", rpcvers);