Searched refs:RPC_MSG_ACCEPTED (Results 1 – 2 of 2) sorted by relevance
/linux-2.4.37.9/include/linux/sunrpc/ | ||
D | msg_prot.h | 28 RPC_MSG_ACCEPTED = 0, enumerator |
/linux-2.4.37.9/net/sunrpc/ | ||
D | clnt.c | 877 if ((n = ntohl(*p++)) != RPC_MSG_ACCEPTED) { in call_verify() |