Searched refs:MAX_VERS (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/rpcinfo/ |
H A D | rpcinfo.c | 81 #define MAX_VERS (4294967295UL) macro 439 client = clnt_com_create(&addr, prognum, MAX_VERS, &fd, trans); 455 maxvers = MAX_VERS; 457 (void) pstatus(client, prognum, MAX_VERS); 1429 client = clnt_addr_create(address, nconf, prognum, MAX_VERS); 1445 maxvers = MAX_VERS; 1447 (void) pstatus(client, prognum, MAX_VERS); 1542 versnum = MAX_VERS; 1559 maxvers = MAX_VERS; 1561 (void) pstatus(client, prognum, MAX_VERS);
|