Searched refs:MAX_VERS (Results 1 – 1 of 1) sorted by relevance
/freebsd/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 81 #define MAX_VERS ((u_long) 4294967295UL) macro 413 client = clnt_com_create(&addr, prognum, MAX_VERS, &fd, trans); 429 maxvers = MAX_VERS; 431 (void) pstatus(client, prognum, MAX_VERS); 1309 client = clnt_addr_create(address, nconf, prognum, MAX_VERS); 1325 maxvers = MAX_VERS; 1327 (void) pstatus(client, prognum, MAX_VERS); 1415 versnum = MAX_VERS; 1432 maxvers = MAX_VERS; 1434 (void) pstatus(client, prognum, MAX_VERS);
|