Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dt_rcvconnect.c98 if (_t_do_postconn_sync(fd, tiptr) < 0) in _tx_rcvconnect()
H A Dt_connect.c155 if (_t_do_postconn_sync(fd, tiptr) < 0) in _tx_connect()
H A Dtx.h334 extern int _t_do_postconn_sync(int, struct _ti_user *);
H A Dt_accept.c333 if (_t_do_postconn_sync(resfd, restiptr) < 0) in _tx_accept()
H A D_utility.c1634 _t_do_postconn_sync(int fd, struct _ti_user *tiptr) in _t_do_postconn_sync() function