Home
last modified time | relevance | path

Searched refs:SunRejectError (Results 1 – 2 of 2) sorted by relevance

/plan9/sys/include/
H A Dsunrpc.h26 SunRejectError = 0x20000, enumerator
38 SunRpcMismatch = SunRejectError | 0,
/plan9/sys/src/libsunrpc/
H A Drpc.c212 rpc->status = SunRejectError | x; in sunRpcUnpack()