Searched defs:t_call (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libnsl/rpc/
H A Dsvc_vc.c96 struct t_call *t_call; member in struct:cf_rendezvous
190 if (r->t_call)
191 (void) t_free((char *)r->t_call, T_CALL);
261 r->t_call = (struct t_call *)t_alloc(fd, T_CALL, T_ADDR | T_OPT);
262 if (r->t_call == NULL) {
274 (void) t_free((char *)r->t_call, T_CALL);
365 r->t_call = (struct t_call *)t_allo
741 struct t_call t_call; local
[all...]

Completed in 18 milliseconds