Searched refs:rpcvers (Results 1 – 2 of 2) sorted by relevance
341 int rpcvers = RPCBVERS4; in nlm_get_rpc() local378 RPCBPROG, rpcvers, 0, 0); in nlm_get_rpc()398 switch (rpcvers) { in nlm_get_rpc()429 if (rpcvers == RPCBVERS4) in nlm_get_rpc()430 rpcvers = RPCBVERS; in nlm_get_rpc()431 else if (rpcvers == RPCBVERS) in nlm_get_rpc()432 rpcvers = PMAPVERS; in nlm_get_rpc()433 CLNT_CONTROL(rpcb, CLSET_VERS, &rpcvers); in nlm_get_rpc()467 panic("invalid rpcvers %d", rpcvers); in nlm_get_rpc()
74 uint32_t rpcvers; member845 CHECK(krb5_ret_uint32(msg, &chdr.rpcvers)); in process_stream()853 INSIST(chdr.rpcvers == RPC_VERSION); in process_stream()