t_snd
return (t_snd(fd, buf, nbytes, 0));
if ((ret = t_snd(fd, &buf[i], info.tsdu, 0)) != info.tsdu)
if ((ret = t_snd(fd, &buf[i], nbytes, 0)) != nbytes)
int t_getinfo(), t_getstate(), t_look(), t_rcv(), t_snd(), t_sync(), t_unbind();
struct timeval t_snd;
(void) gettimeofday(&t_snd, (struct timezone *)NULL);
*tp = t_snd;
t_snd(0, scratch, strlen(scratch)+1, 0);
extern int t_snd(int, char *, unsigned int, int);
extern int t_snd(int, void *, unsigned int, int);
if (t_snd(fd, buf, len, 0) < len) {
return ((ssize_t)t_snd(fd, buf, nbytes, 0));
if ((ret = t_snd(fd, &buf[i], info.tsdu, 0)) != info.tsdu)
if ((ret = t_snd(fd, &buf[i], nbytes, 0)) != nbytes)
if ((len = t_snd(ct->ct_fd, buf, (unsigned)len, 0)) == -1) {
if ((i = t_snd(ct->ct_fd, buf, (unsigned)MIN(cnt, maxsz),
result = t_snd(ct->ct_fd, ct->ct_bufferReadPtr,
result = t_snd(ct->ct_fd, ct->ct_bufferReadPtr,
result = t_snd(ct->ct_fd, buff, nBytes, 0);
if ((len = t_snd(xprt->xp_fd, buf, (unsigned)len,
if ((i = t_snd(xprt->xp_fd, buf,
rc = t_snd(fd, (void *) m->b_rptr, n, flg);
extern int t_snd(int fildes, char *buf, unsigned nbytes, int flags);