Searched refs:resfd (Results 1 - 3 of 3) sorted by relevance
/osnet-11/usr/src/lib/libnsl/nsl/ |
H A D | t_accept.c | 51 int resfd, 68 if ((restiptr = _t_checkfd(resfd, 0, api_semantics)) == NULL) 92 * For fd == resfd, state should be T_INCON 93 * For fd != resfd, 95 * resfd state should be T_IDLE (bound endpoint) or 100 if ((fd == resfd && tiptr->ti_state != T_INCON) || 101 (fd != resfd && 113 * If fd != resfd, and a resfd bound to a protocol address is 118 if (fd != resfd 49 _tx_accept( int fd, int resfd, const struct t_call *call, int api_semantics ) argument [all...] |
H A D | xti_wrappers.c | 54 _xti_accept(int fd, int resfd, struct t_call *call) argument 56 return (_tx_accept(fd, resfd, call, TX_XTI_API)); 60 _xti_xns5_accept(int fd, int resfd, const struct t_call *call) argument 62 return (_tx_accept(fd, resfd, call, TX_XTI_XNS5_API));
|
H A D | tli_wrappers.c | 41 t_accept(int fd, int resfd, const struct t_call *call) argument 43 return (_tx_accept(fd, resfd, call, TX_TLI_API));
|
Completed in 16 milliseconds