Searched refs:t_snd (Results 1 - 7 of 7) sorted by relevance

/osnet-11/usr/src/lib/libnls/common/
H A Dnlsrequest.c93 if (t_snd(fd, buf, len, 0) < len) {
95 t_error("t_snd of listener request message failed");
/osnet-11/usr/src/lib/libnsl/dial/
H A Dinterface.c186 return ((ssize_t)t_snd(fd, buf, nbytes, NULL));
191 if ((ret = t_snd(fd, &buf[i], info.tsdu, NULL)) != info.tsdu)
197 if ((ret = t_snd(fd, &buf[i], nbytes, NULL)) != nbytes)
/osnet-11/usr/src/lib/libnsl/nsl/
H A Dtli_wrappers.c165 t_snd(int fd, void *buf, unsigned int nbytes, int flags) function
/osnet-11/usr/src/lib/libsmbfs/common/
H A Dsmbfs_nb_ssn.c103 if (t_snd(ctx->ct_tran_fd, m->m_data, m->m_len, 0) < 0) {
108 DPRINT("t_snd: t_errno %d, err %d", t_errno, err);
/osnet-11/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c1354 if ((len = t_snd(ct->ct_fd, buf, (unsigned)len, 0)) == -1) {
1367 if ((i = t_snd(ct->ct_fd, buf, (unsigned)MIN(cnt, maxsz),
1627 result = t_snd(ct->ct_fd, ct->ct_bufferReadPtr,
1645 result = t_snd(ct->ct_fd, ct->ct_bufferReadPtr,
1696 result = t_snd(ct->ct_fd, buff, nBytes, 0);
H A Dsvc_vc.c1555 if ((len = t_snd(xprt->xp_fd, buf, (unsigned)len,
1588 * and for the non-blocking case, where t_snd() may send less
1593 if ((i = t_snd(xprt->xp_fd, buf,
/osnet-11/usr/src/lib/libnsl/
H A DMakefile.com55 t_rcvuderr.o t_snd.o t_snddis.o t_sndrel.o t_sndudata.o \

Completed in 33 milliseconds