HomeSort by: relevance | last modified time | path
    Searched refs:rpcvers (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/fs/nfs/nlm/
nlm_prot_impl.c 365 int rpcvers = RPCBVERS4; local
399 RPCBPROG, rpcvers, 0, 0);
419 switch (rpcvers) {
450 if (rpcvers == RPCBVERS4)
451 rpcvers = RPCBVERS;
452 else if (rpcvers == RPCBVERS)
453 rpcvers = PMAPVERS;
454 CLNT_CONTROL(rpcb, CLSET_VERS, &rpcvers);
488 panic("invalid rpcvers %d", rpcvers);
    [all...]
  /src/crypto/external/bsd/heimdal/dist/kadmin/
rpc.c 72 uint32_t rpcvers; member in struct:call_header
843 CHECK(krb5_ret_uint32(msg, &chdr.rpcvers));
851 INSIST(chdr.rpcvers == RPC_VERSION);
  /src/usr.sbin/inetd/
parse.c 903 "%s: %s rpcprog=%d, rpcvers = %d/%d, proto=%s, "

Completed in 20 milliseconds