Searched refs:outpack (Results 1 - 5 of 5) sorted by relevance

/external/iputils/
H A Drdisc.c542 static u_char outpack[MAXPACKET]; local
543 struct icmphdr *icp = (struct icmphdr *) ALLIGN(outpack);
560 i = sendbcast(s, (char *)outpack, packetlen);
562 i = sendmcast(s, (char *)outpack, packetlen, sin);
564 i = sendto( s, (char *)outpack, packetlen, 0,
586 static u_char outpack[MAXPACKET]; local
587 struct icmp_ra *rap = (struct icmp_ra *) ALLIGN(outpack);
610 ap = (struct icmp_ra_addr *)ALLIGN(outpack + ICMP_MINLEN);
620 cc = sendbcastif(s, (char *)outpack, packetlen,
623 cc = sendmcastif( s, (char *)outpack, packetle
[all...]
H A Dping6.c152 u_char outpack[MAXPACKET]; variable
153 int maxpacket = sizeof(outpack);
1372 gettimeofday((struct timeval *)&outpack[8],
1410 len = build_niquery(outpack);
1412 len = build_echo(outpack);
1415 cc = sendto(icmp_sock, (char *)outpack, len, confirm,
1423 iov.iov_base = outpack;
H A Dping.c93 u_char outpack[0x10000]; variable
94 int maxpacket = sizeof(outpack);
581 if (uid || datalen > sizeof(outpack)-8) {
724 icp = (struct icmphdr *)outpack;
756 static struct iovec iov = {outpack, 0};
H A Dping_common.h127 extern u_char outpack[];
H A Dping_common.c209 /* Fills all the outpack, excluding ICMP header, but _including_
217 u_char *bp = outpack+8;
685 u_char *p = outpack+8;
973 dp = &outpack[8 + sizeof(struct timeval)];

Completed in 182 milliseconds