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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_accept.c51 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 Dtli_wrappers.c44 t_accept(int fd, int resfd, struct t_call *call) argument
46 return (_tx_accept(fd, resfd, call, TX_TLI_API));
H A Dxti_wrappers.c58 _xti_accept(int fd, int resfd, const struct t_call *call) argument
60 return (_tx_accept(fd, resfd, call, TX_XTI_API));
64 _xti_xns5_accept(int fd, int resfd, const struct t_call *call) argument
66 return (_tx_accept(fd, resfd, call, TX_XTI_XNS5_API));

Completed in 71 milliseconds