Lines Matching defs:call
58 _xti_accept(int fd, int resfd, const struct t_call *call)
60 return (_tx_accept(fd, resfd, call, TX_XTI_API));
64 _xti_xns5_accept(int fd, int resfd, const struct t_call *call)
66 return (_tx_accept(fd, resfd, call, TX_XTI_XNS5_API));
128 _xti_listen(int fd, struct t_call *call)
130 return (_tx_listen(fd, call, TX_XTI_API));
158 _xti_rcvconnect(int fd, struct t_call *call)
160 return (_tx_rcvconnect(fd, call, TX_XTI_API));
220 _xti_snddis(int fd, const struct t_call *call)
222 return (_tx_snddis(fd, call, TX_XTI_API));