/illumos-gate/usr/src/head/ |
H A D | xti.h | 198 #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 D | nlsrequest.c | 93 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 D | interface.c | 42 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 D | interface.c | 189 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 D | tli_wrappers.c | 172 t_snd(int fd, char *buf, unsigned int nbytes, int flags) function
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | tiuser.h | 219 extern int t_snd(int fildes, char *buf, unsigned nbytes, int flags);
|
/illumos-gate/usr/src/lib/libsmbfs/smb/ |
H A D | nb_ssn.c | 102 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 D | clnt_vc.c | 1365 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 D | svc_vc.c | 1542 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 D | Makefile.com | 57 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 D | ping.c | 2067 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 D | nlps_serv.c | 602 t_snd(0, scratch, strlen(scratch)+1, 0);
|
/illumos-gate/usr/src/man/man3nsl/ |
H A D | Makefile | 83 t_snd.3nsl \
|
/illumos-gate/usr/src/lib/libnsl/common/ |
H A D | llib-lnsl | 297 /* t_snd.c */ 298 int t_snd(int, char *, unsigned, int);
|