Searched refs:xsendto (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/
H A Dether-wake.c271 xsendto(s, outpack, pktsize, (struct sockaddr *)&whereto, sizeof(whereto));
H A Dtftp.c216 xsendto(socketfd, xbuf, send_len, &peer_lsa->sa, peer_lsa->len);
313 xsendto(socketfd, error_8, 4, &peer_lsa->sa, peer_lsa->len);
H A Dping.c106 c = xsendto(pingsock, packet, DEFDATALEN + ICMP_MINLEN,
152 c = xsendto(pingsock, packet, DEFDATALEN + sizeof (struct icmp6_hdr),
340 sz = xsendto(pingsock, pkt, size_pkt, &pingaddr.sa, sizeof(pingaddr));
H A Dzcip.c116 xsendto(fd, &p, sizeof(p), saddr, sizeof(*saddr));
H A Dtraceroute.c688 cc = xsendto(sndsock, (char *)outip,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/networking/libiproute/
H A Dlibnetlink.c67 return xsendto(rth->fd, (void*)&req, sizeof(req),
78 return xsendto(rth->fd, buf, len, (struct sockaddr*)&nladdr, sizeof(nladdr));
H A Diproute.c495 return xsendto(rth->fd, (void*)&req, sizeof(req), (struct sockaddr*)&nladdr, sizeof(nladdr));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/libbb/
H A Dxfuncs.c534 ssize_t xsendto(int s, const void *buf, size_t len, const struct sockaddr *to, function
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/router/busybox-1.x/include/
H A Dlibbb.h285 ssize_t xsendto(int s, const void *buf, size_t len, const struct sockaddr *to,

Completed in 107 milliseconds