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

/illumos-gate/usr/src/head/
H A Dxti.h198 #pragma redefine_extname t_snd _xti_snd
200 #pragma redefine_extname t_snd _xti_xns5_snd
243 #define t_snd _xti_snd macro
245 #define t_snd _xti_xns5_snd macro
493 extern int t_snd(int, char *, unsigned int, int);
507 extern int t_snd(int, void *, unsigned int, int);
/illumos-gate/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");
/illumos-gate/usr/src/cmd/bnu/
H A Dinterface.c42 int t_getinfo(), t_getstate(), t_look(), t_rcv(), t_snd(), t_sync(), t_unbind();
305 return (t_snd(fd, buf, nbytes, NULL));
311 if ((ret = t_snd(fd, &buf[i], info.tsdu, NULL)) != info.tsdu)
317 if ((ret = t_snd(fd, &buf[i], nbytes, NULL)) != nbytes)
/illumos-gate/usr/src/lib/libnsl/dial/
H A Dinterface.c189 return ((ssize_t)t_snd(fd, buf, nbytes, NULL));
194 if ((ret = t_snd(fd, &buf[i], info.tsdu, NULL)) != info.tsdu)
200 if ((ret = t_snd(fd, &buf[i], nbytes, NULL)) != nbytes)
/illumos-gate/usr/src/lib/libnsl/nsl/
H A Dtli_wrappers.c172 t_snd(int fd, char *buf, unsigned int nbytes, int flags) function
/illumos-gate/usr/src/uts/common/sys/
H A Dtiuser.h219 extern int t_snd(int fildes, char *buf, unsigned nbytes, int flags);
/illumos-gate/usr/src/lib/libsmbfs/smb/
H A Dnb_ssn.c102 if (t_snd(ctx->ct_tran_fd, m->m_data, m->m_len, 0) < 0) {
107 DPRINT("t_snd: t_errno %d, err %d", t_errno, err);
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c1365 if ((len = t_snd(ct->ct_fd, buf, (unsigned)len, 0)) == -1) {
1378 if ((i = t_snd(ct->ct_fd, buf, (unsigned)MIN(cnt, maxsz),
1638 result = t_snd(ct->ct_fd, ct->ct_bufferReadPtr,
1656 result = t_snd(ct->ct_fd, ct->ct_bufferReadPtr,
1707 result = t_snd(ct->ct_fd, buff, nBytes, 0);
H A Dsvc_vc.c1542 if ((len = t_snd(xprt->xp_fd, buf, (unsigned)len,
1575 * and for the non-blocking case, where t_snd() may send less
1580 if ((i = t_snd(xprt->xp_fd, buf,
/illumos-gate/usr/src/lib/libnsl/
H A DMakefile.com57 t_rcvuderr.o t_snd.o t_snddis.o t_sndrel.o t_sndudata.o \
/illumos-gate/usr/src/cmd/cmd-inet/usr.sbin/ping/
H A Dping.c2067 struct timeval t_snd; local
2118 (void) gettimeofday(&t_snd, (struct timezone *)NULL);
2123 *tp = t_snd;
/illumos-gate/usr/src/cmd/listen/
H A Dnlps_serv.c602 t_snd(0, scratch, strlen(scratch)+1, 0);
/illumos-gate/usr/src/man/man3nsl/
H A DMakefile83 t_snd.3nsl \
/illumos-gate/usr/src/lib/libnsl/common/
H A Dllib-lnsl297 /* t_snd.c */
298 int t_snd(int, char *, unsigned, int);

Completed in 90 milliseconds