Home
last modified time | relevance | path

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

/plan9/sys/src/libsunrpc/
H A Dserver.c107 sunMsgReplyError(m, SunAuthTooWeak); in sunRpcRequestThread()
112 sunMsgReplyError(m, SunGarbageArgs); in sunRpcRequestThread()
125 sunMsgReplyError(m, ok); in sunRpcRequestThread()
164 sunMsgReplyError(m, SunProgUnavail); in sunFindProg()
171 sunMsgReplyError(m, SunProgMismatch); in sunFindProg()
189 sunMsgReplyError(SunMsg *m, SunStatus error) in sunMsgReplyError() function
/plan9/sys/include/
H A Dsunrpc.h234 int sunMsgReplyError(SunMsg*, SunStatus);