Home
last modified time | relevance | path

Searched refs:RPC_PROGVERSMISMATCH (Results 1 – 6 of 6) sorted by relevance

/openbsd/lib/libc/rpc/
H A Drpc_prot.c178 error->re_status = RPC_PROGVERSMISMATCH; in accepted()
261 case RPC_PROGVERSMISMATCH: in _seterr_reply()
H A Dclnt_perror.c120 case RPC_PROGVERSMISMATCH: in clnt_sperror()
/openbsd/usr.bin/rpcinfo/
H A Drpcinfo.c252 if (rpc_stat == RPC_PROGVERSMISMATCH) { in udpping()
275 if (rpc_stat == RPC_PROGVERSMISMATCH) { in udpping()
378 if (rpc_stat == RPC_PROGVERSMISMATCH) { in tcpping()
399 if (rpc_stat == RPC_PROGVERSMISMATCH) { in tcpping()
/openbsd/include/rpc/
H A Dclnt.h67 RPC_PROGVERSMISMATCH=9, /* program version mismatched */ enumerator
/openbsd/sbin/mount_nfs/
H A Dmount_nfs.c464 if (clnt_stat == RPC_PROGVERSMISMATCH) { in getnfsargs()
/openbsd/usr.bin/rusers/
H A Drusers.c377 case RPC_PROGVERSMISMATCH: in onehost()