Searched refs:MAX_VERS (Results 1 – 1 of 1) sorted by relevance
| /freebsd-12-stable/usr.bin/rpcinfo/ |
| D | rpcinfo.c | 91 #define MAX_VERS ((u_long) 4294967295UL) macro 423 client = clnt_com_create(&addr, prognum, MAX_VERS, &fd, trans); 439 maxvers = MAX_VERS; 441 (void) pstatus(client, prognum, MAX_VERS); 1319 client = clnt_addr_create(address, nconf, prognum, MAX_VERS); 1335 maxvers = MAX_VERS; 1337 (void) pstatus(client, prognum, MAX_VERS); 1425 versnum = MAX_VERS; 1442 maxvers = MAX_VERS; 1444 (void) pstatus(client, prognum, MAX_VERS);
|