Searched refs:sendto (Results 51 - 75 of 128) sorted by relevance

123456

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/zebra/zebra/
H A Dirdp.c175 nbytes = sendto (sock, s->data, size, 0,
180 perror ("sendto");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.4.12/src/libipq/
H A Dlibipq.c106 int status = sendto(h->fd, msg, len, 0,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iptables-1.x/libipq/
H A Dlibipq.c104 int status = sendto(h->fd, msg, len, 0,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/iputils/
H A Dtracepath.c239 if (sendto(fd, sndbuf, mtu-overhead, 0, (struct sockaddr*)&target, sizeof(target)) > 0)
H A Darping.c125 err = sendto(s, buf, p-buf, 0, (struct sockaddr*)HE, sizeof(*HE));
H A Dtraceroute6.c668 i = sendto(sndsock, sendbuff, datalen, 0,
674 perror("sendto");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/networking/
H A Darping.c79 err = sendto(sock, buf, p - buf, 0, (struct sockaddr *) HE, sizeof(*HE));
H A Ddnsd.c397 sendto(udps, buf, r, 0, &lsa->sa, fromlen);
H A Dinetd.c1562 (void) sendto(s, buffer, i, 0, &sa, sizeof(sa));
1679 (void) sendto(s, text, sizeof(text), 0, &sa, sizeof(sa));
1733 (void) sendto(s, (char *) &result, sizeof(result), 0, &sa, sizeof(sa));
1772 (void) sendto(s, buffer, strlen(buffer), 0, &sa, sizeof(sa));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/minidlna-1.1.5/
H A Dminissdp.c258 n = sendto(s, buf, l, 0,
261 DPRINTF(E_ERROR, L_SSDP, "sendto(udp): %s\n", strerror(errno));
315 n = sendto(s, bufr, l, 0,
318 DPRINTF(E_ERROR, L_SSDP, "sendto(udp_notify=%d, %s): %s\n", s, host, strerror(errno));
797 n = sendto(s, bufr, l, 0,
801 DPRINTF(E_ERROR, L_SSDP, "sendto(udp_shutdown=%d): %s\n", s, strerror(errno));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libunistring-0.9.3/lib/
H A Dunistd.in.h134 # undef sendto
135 # define sendto sendto_used_without_including_sys_socket_h
163 _GL_WARN_ON_USE (sendto,
164 "sendto() used without including <sys/socket.h>");
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/dnsmasq-2.15/src/
H A Dforward.c637 iSendResult = sendto(start->sfd->fd, (char *)header, plen, 0, &start->addr.sa, sa_len(&start->addr));
655 sendto(start->sfd->fd, (char *)header, plen, 0,
668 iSendResult = sendto(start->sfd->fd, (char *)header, plen, 0, &start->addr.sa, sa_len(&start->addr));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/conntrack-tools/conntrack-tools-1.4.0/src/
H A Dtcp.c306 ret = sendto(m->fd, data, size, 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/parisc/kernel/
H A Dsyscall_table.S157 ENTRY_SAME(sendto)
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/plugins/radius/
H A Dsendserver.c296 sendto (sockfd, (char *) auth, (unsigned int) total_length, (int) 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/accounting/
H A Dgetdelays.c147 while ((r = sendto(sd, buf, buflen, 0, (struct sockaddr *) &nladdr,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/iserver/libav-0.8.8/libavformat/
H A Dudp.c467 ret = sendto (s->udp_fd, buf, size, 0,
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/Documentation/networking/timestamping/
H A Dtimestamping.c143 res = sendto(sock, sync, sizeof(sync), 0,
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/plugins/pppoe/
H A Dlibpppoe.c340 err = sendto(disc_sock, buf, data_len, 0,
345 poe_error(ses,"sendto returned: %m\n");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/libbb/
H A Dxfuncs.c532 /* Die with an error message if sendto failed.
537 ssize_t ret = sendto(s, buf, len, 0, to, tolen);
541 bb_perror_msg_and_die("sendto");
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/sysklogd/
H A Dsyslogd.c555 sendto(G.remoteFD, G.recvbuf, i, MSG_DONTWAIT,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/netatalk-2.2.5/etc/atalkd/
H A Drtmp.c794 if ( sendto( ap->ap_fd, packet, data - packet, 0,
797 LOG(log_error, logtype_atalkd, "as_timer sendto: %s", strerror(errno) );
853 if ( sendto( ap->ap_fd, packet, data - packet, 0, (struct sockaddr *)&sat,
855 LOG(log_error, logtype_atalkd, "rtmp_request sendto: %s", strerror(errno) );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dminiupnpc.c578 n = sendto(sudp, bufr, n, 0,
584 PRINT_SOCKET_ERROR("sendto");
606 n = sendto(sudp, bufr, n, 0, p->ai_addr, p->ai_addrlen);
615 PRINT_SOCKET_ERROR("sendto");
/netgear-R7000-V1.0.7.12_1.2.5/src/tools/misc/
H A Depi_ttcp.c723 int sendto(int, const char *, int, int, const struct sockaddr *, int);
750 int sendto(int, char *, int, int, struct sockaddr_in *, int);
2520 cnt = sendto( s, bufp, count, 0, SOCKADDR_CAST &sinhim,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libpcap-1.4.0/
H A Dpcap-netfilter-linux.c270 if (sendto(handle->fd, nlh, nlh->nlmsg_len, 0, (struct sockaddr *) &snl, sizeof(snl)) == -1)

Completed in 145 milliseconds

123456