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 | 210 return (_tx_snd(fd, buf, nbytes, flags, TX_XTI_API)); 216 return (_tx_snd(fd, buf, nbytes, flags, TX_XTI_XNS5_API));
|
H A D | tli_wrappers.c | 174 return (_tx_snd(fd, buf, nbytes, flags, TX_TLI_API));
|
H A D | t_snd.c | 53 _tx_snd(int fd, char *buf, unsigned nbytes, int flags, int api_semantics) function
|
H A D | tx.h | 325 extern int _tx_snd(int, char *, unsigned, int, int);
|
Completed in 147 milliseconds