Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c129 bool_t ct_is_oneway; /* True if the current call is oneway. */ member
663 ct->ct_is_oneway = FALSE; in clnt_vc_call()
826 ct->ct_is_oneway = TRUE; in clnt_vc_send()
1331 if (ct->ct_is_oneway && ct->ct_io_mode == RPC_CL_NONBLOCKING) { in write_vc()