Home
last modified time | relevance | path

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

/freebsd/sys/rpc/
H A Dclnt_vc.c157 ct->ct_rcvstate = RPCRCVSTATE_NORMAL; in clnt_vc_create()
409 while ((ct->ct_rcvstate & (RPCRCVSTATE_NORMAL | in clnt_vc_call()
776 ct->ct_rcvstate &= ~RPCRCVSTATE_NORMAL; in clnt_vc_control()
780 ct->ct_rcvstate |= RPCRCVSTATE_NORMAL; in clnt_vc_control()
944 if ((ct->ct_rcvstate & (RPCRCVSTATE_NORMAL | in clnt_vc_soupcall()
976 RPCRCVSTATE_NORMAL) != 0) in clnt_vc_soupcall()
1043 ct->ct_rcvstate |= RPCRCVSTATE_NORMAL; in clnt_vc_soupcall()
1280 ct->ct_rcvstate |= RPCRCVSTATE_NORMAL; in clnt_vc_dotlsupcall()
H A Dkrpc.h91 #define RPCRCVSTATE_NORMAL 0x01 /* Normal reception. */ macro