Searched refs:MAX_VERS (Results 1 – 1 of 1) sorted by relevance
/openbsd/usr.bin/rpcinfo/ |
H A D | rpcinfo.c | 58 #define MAX_VERS ((u_long) 4294967295UL) macro 264 if ((client = clntudp_create(&addr, prognum, MAX_VERS, in udpping() 268 prognum, MAX_VERS); in udpping() 287 maxvers = MAX_VERS; in udpping() 289 (void) pstatus(client, prognum, MAX_VERS); in udpping() 388 if ((client = clnttcp_create(&addr, prognum, MAX_VERS, in tcpping() 392 prognum, MAX_VERS); in tcpping() 411 maxvers = MAX_VERS; in tcpping() 413 (void) pstatus(client, prognum, MAX_VERS); in tcpping()
|