Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libnsl/nsl/
H A Dxti_wrappers.c60 return (_tx_accept(fd, resfd, call, TX_XTI_API)); in _xti_accept()
66 return (_tx_accept(fd, resfd, call, TX_XTI_XNS5_API)); in _xti_xns5_accept()
H A Dtli_wrappers.c46 return (_tx_accept(fd, resfd, call, TX_TLI_API)); in t_accept()
H A Dtx.h304 extern int _tx_accept(int, int, const struct t_call *, int);
H A Dt_accept.c49 _tx_accept( in _tx_accept() function