Home
last modified time | relevance | path

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

/plan9/sys/include/
H A Dsunrpc.h27 SunAuthError = 0x40000, enumerator
40 SunAuthBadCred = SunAuthError | 1,
/plan9/sys/src/libsunrpc/
H A Drpc.c209 rpc->status = SunAuthError | x; in sunRpcUnpack()