/titanic_44/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);
|
/titanic_44/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)
|
/titanic_44/usr/src/lib/libnsl/dial/ |
H A D | interface.c | 189 return ((ssize_t)t_snd(fd, buf, nbytes, NULL)); in twrite() 194 if ((ret = t_snd(fd, &buf[i], info.tsdu, NULL)) != info.tsdu) in twrite() 200 if ((ret = t_snd(fd, &buf[i], nbytes, NULL)) != nbytes) in twrite()
|
/titanic_44/usr/src/lib/libnls/common/ |
H A D | nlsrequest.c | 93 if (t_snd(fd, buf, len, 0) < len) { in nlsrequest()
|
/titanic_44/usr/src/lib/libnsl/nsl/ |
H A D | tli_wrappers.c | 172 t_snd(int fd, char *buf, unsigned int nbytes, int flags) in t_snd() function
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | tiuser.h | 219 extern int t_snd(int fildes, char *buf, unsigned nbytes, int flags);
|
/titanic_44/usr/src/lib/libnsl/rpc/ |
H A D | clnt_vc.c | 1365 if ((len = t_snd(ct->ct_fd, buf, (unsigned)len, 0)) == -1) { in write_vc() 1378 if ((i = t_snd(ct->ct_fd, buf, (unsigned)MIN(cnt, maxsz), in write_vc() 1638 result = t_snd(ct->ct_fd, ct->ct_bufferReadPtr, in do_flush() 1656 result = t_snd(ct->ct_fd, ct->ct_bufferReadPtr, in do_flush() 1707 result = t_snd(ct->ct_fd, buff, nBytes, 0); in nb_send()
|
H A D | svc_vc.c | 1542 if ((len = t_snd(xprt->xp_fd, buf, (unsigned)len, in write_vc() 1580 if ((i = t_snd(xprt->xp_fd, buf, in write_vc()
|
/titanic_44/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) { in nb_ssn_send()
|
/titanic_44/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 \
|
/titanic_44/usr/src/cmd/cmd-inet/usr.sbin/ping/ |
H A D | ping.c | 1997 struct timeval t_snd; in pinger() local 2048 (void) gettimeofday(&t_snd, (struct timezone *)NULL); in pinger() 2053 *tp = t_snd; in pinger()
|
/titanic_44/usr/src/cmd/listen/ |
H A D | nlps_serv.c | 602 t_snd(0, scratch, strlen(scratch)+1, 0); in nls_reply()
|
/titanic_44/usr/src/lib/libnsl/common/ |
H A D | mapfile-vers | 418 t_snd;
|
H A D | llib-lnsl | 297 /* t_snd.c */ 298 int t_snd(int, char *, unsigned, int);
|
/titanic_44/usr/src/man/man3nsl/ |
H A D | Makefile | 83 t_snd.3nsl \
|
/titanic_44/usr/src/pkg/manifests/ |
H A D | system-library.man3nsl.inc | 79 file path=usr/share/man/man3nsl/t_snd.3nsl
|