Searched refs:sendto (Results 26 - 50 of 102) sorted by relevance

12345

/macosx-10.9.5/emacs-92/emacs/nt/inc/sys/
H A Dsocket.h93 #define sendto sys_sendto macro
/macosx-10.9.5/libpcap-42/libpcap/lbl/
H A Dos-sunos4.h143 int sendto(int, char *, u_int, int, struct sockaddr *, int);
/macosx-10.9.5/remote_cmds-41.90.1/rwhod.tproj/
H A Drwhod.c168 #define sendto Sendto macro
500 (void) sendto(s, (char *)&mywd, cc, 0,
517 (void) sendto(s, (char *)&mywd, cc, 0,
520 } else (void) sendto(s, (char *)&mywd, cc, 0,
737 printf("sendto %x.%d\n", ntohl(sin->sin_addr.s_addr),
/macosx-10.9.5/remote_cmds-41.90.1/tftp.tproj/
H A Dtftp.c215 n = sendto(f, dp, size + 4, 0,
218 warn("sendto");
356 if (sendto(f, ackbuf, size, 0, (struct sockaddr *)&peer,
359 warn("sendto");
441 (void) sendto(f, ackbuf, 4, 0, (struct sockaddr *)&peer,
553 if (sendto(f, ackbuf, msglen, 0, peer, peer->sa_len) != msglen)
/macosx-10.9.5/tcpdump-56/tcpdump/lbl/
H A Dos-sunos4.h143 int sendto(int, char *, u_int, int, struct sockaddr *, int);
/macosx-10.9.5/xnu-2422.115.4/bsd/man/man2/
H A DMakefile160 sendto.2 \
/macosx-10.9.5/remote_cmds-41.90.1/ypbind.tproj/
H A Dypbind.c778 if (sendto(pingsock, buf, outlen, 0,
781 sys_msg(debug, LOG_WARNING, "ping: sendto");
867 if (sendto(rpcsock, buf, outlen, 0, (struct sockaddr *)&bindsin,
869 sys_msg(debug, LOG_WARNING, "broadcast: sendto");
959 if (sendto(rpcsock, buf, outlen, 0, (struct sockaddr *)&bindsin,
961 sys_msg(debug, LOG_WARNING, "broadcast: sendto: %s",
1026 if (sendto(rpcsock, buf, outlen, 0,
1029 sys_msg(debug, LOG_WARNING, "direct: sendto: %s",
1095 if (sendto(rpcsock, buf, outlen, 0, (struct sockaddr *)&bindsin,
1098 sys_msg(debug, LOG_WARNING, "direct_set: sendto
[all...]
/macosx-10.9.5/dcerpc-58/dcerpc/include/dce/
H A Ddcethread.h691 #ifdef sendto
692 # undef sendto macro
694 #define sendto ($ ERROR $) macro
/macosx-10.9.5/remote_cmds-41.90.1/timed.tproj/timed.tproj/
H A Dslave.c158 if (sendto(sock, (char *)&to, sizeof(struct tsp), 0,
500 if (sendto(sock, (char *)&to,
568 && 0 > sendto(sock, (char *)msg,
H A Dmeasure.c157 count = sendto(sock_raw, opacket, sizeof(*oicp), 0,
/macosx-10.9.5/Libinfo-449.1.3/rpc.subproj/
H A Dsvc_udp.c238 (void) sendto(xprt->xp_sock, reply, (int) replylen, 0,
261 if (sendto(xprt->xp_sock, rpc_buffer(xprt), slen, 0,
H A Dclnt_udp.c371 if (sendto(cu->cu_sock, cu->cu_outbuf, outlen, 0, (struct sockaddr *)&(cu->cu_raddr), cu->cu_rlen) != outlen)
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/unix/
H A Dentropy.c134 if ((n = sendto(fd, buf, 1, 0, NULL, 0)) < 0) {
149 if ((n = sendto(fd, buf, 2, 0, NULL, 0)) < 0) {
/macosx-10.9.5/ntp-88/lib/isc/unix/
H A Dentropy.c134 if ((n = sendto(fd, buf, 1, 0, NULL, 0)) < 0) {
149 if ((n = sendto(fd, buf, 2, 0, NULL, 0)) < 0) {
/macosx-10.9.5/Heimdal-323.92.1/lib/roken/
H A Dsyslogc.c334 sendto( syslog_socket, datagramm, strlen(datagramm), 0, (SOCKADDR*) &syslog_hostaddr, sizeof(SOCKADDR_IN) );
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dsocket_api.c139 return (sock->methods->sendto(sock, region, task, action, arg, address,
/macosx-10.9.5/bootp-268.1/bootplib/
H A Dbootp_transmit.c226 send_status = sendto(sockfd, data, len, 0,
/macosx-10.9.5/libpcap-42/libpcap/
H A Dpcap-nit.c202 ret = sendto(p->fd, buf, size, 0, &sa, sizeof(sa));
/macosx-10.9.5/remote_cmds-41.90.1/logger.tproj/
H A Dlogger.c257 lsent = sendto(socks[i].sock, line, len, 0,
265 warn ("sendto");
267 warnx ("sendto: short send - %d bytes", lsent);
/macosx-10.9.5/xnu-2422.115.4/libsyscall/xcodescripts/
H A Dcreate-syscalls.pl147 select sem_wait semop sendmsg sendto sigsuspend stat symlink sync
/macosx-10.9.5/xnu-2422.115.4/bsd/sys/
H A Dsocket.h1092 ssize_t sendto(int, const void *, size_t,
1093 int, const struct sockaddr *, socklen_t) __DARWIN_ALIAS_C(sendto); variable
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dsocket.h282 isc_result_t (*sendto)(isc_socket_t *sock, isc_region_t *region, member in struct:isc_socketmethods
/macosx-10.9.5/bind9-45.100/bind9/lib/lwres/
H A Dcontext.c382 ret = sendto(ctx->sock, sendbase, sendlen, 0, NULL, 0);
/macosx-10.9.5/lukemftp-13.92.1/tnftp/
H A Dtnftp.h484 #define sendto Rsendto macro
/macosx-10.9.5/network_cmds-433/natd.tproj/
H A Dnatd.c813 wrote = sendto (fd,
964 bytes = sendto( fd, (void*)&reply, sizeof(reply), 0, (struct sockaddr*)clientaddr, clientaddrlen );
983 bytes = sendto (fd, (void*)&reply, sizeof(reply), 0, (struct sockaddr*)clientaddr, clientaddrlen);
1015 bytes = sendto (fd, (void*)&reply, sizeof(publicportreply), 0, (struct sockaddr*)clientaddr, clientaddrlen);
1063 bytes = sendto (multisock, (void*)&reply, sizeof(reply), 0, (struct sockaddr*)&multiaddr, sizeof(multiaddr));

Completed in 390 milliseconds

12345