Home
last modified time | relevance | path

Searched refs:RPC_PROCUNAVAIL (Results 1 – 7 of 7) sorted by relevance

/openbsd/sys/lib/libsa/
H A Drpcv2.h60 #define RPC_PROCUNAVAIL 3 macro
/openbsd/sys/nfs/
H A Drpcv2.h72 #define RPC_PROCUNAVAIL 3 macro
H A Dnfs_socket.c1110 *tl = txdr_unsigned(RPC_PROCUNAVAIL); in nfs_rephead()
/openbsd/lib/libc/yp/
H A Dyp_order.c69 if (r == RPC_PROCUNAVAIL) { in yp_order()
/openbsd/lib/libc/rpc/
H A Dclnt_perror.c73 case RPC_PROCUNAVAIL: in clnt_sperror()
H A Drpc_prot.c182 error->re_status = RPC_PROCUNAVAIL; in accepted()
/openbsd/include/rpc/
H A Dclnt.h68 RPC_PROCUNAVAIL=10, /* procedure unavailable */ enumerator