Searched refs:_tx_snd (Results 1 – 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/libnsl/nsl/ |
H A D | xti_wrappers.c | 207 return (_tx_snd(fd, buf, nbytes, flags, TX_XTI_API)); in _xti_snd() 213 return (_tx_snd(fd, buf, nbytes, flags, TX_XTI_XNS5_API)); in _xti_xns5_snd()
|
H A D | t_snd.c | 51 _tx_snd(int fd, char *buf, unsigned nbytes, int flags, int api_semantics) in _tx_snd() function
|
H A D | tli_wrappers.c | 172 return (_tx_snd(fd, buf, nbytes, flags, TX_TLI_API)); in t_snd()
|
H A D | tx.h | 325 extern int _tx_snd(int, char *, unsigned, int, int);
|