Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dxti_wrappers.c207 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 Dt_snd.c51 _tx_snd(int fd, char *buf, unsigned nbytes, int flags, int api_semantics) in _tx_snd() function
H A Dtli_wrappers.c172 return (_tx_snd(fd, buf, nbytes, flags, TX_TLI_API)); in t_snd()
H A Dtx.h325 extern int _tx_snd(int, char *, unsigned, int, int);