Searched refs:icmphdr (Results 1 - 10 of 10) sorted by relevance

/external/android-clat/
H A Dipv4.c34 int icmp_packet(clat_packet out, clat_packet_index pos, const struct icmphdr *icmp,
39 if(len < sizeof(struct icmphdr)) {
45 payload_size = len - sizeof(struct icmphdr);
126 iov_len = icmp_packet(out, pos + 2, (const struct icmphdr *) next_header, new_sum, len_left);
H A Ddump.h22 void dump_icmp(struct icmphdr *icmp);
H A Dtranslate.c227 int icmp_to_icmp6(clat_packet out, clat_packet_index pos, const struct icmphdr *icmp,
283 struct icmphdr *icmp_targ = out[pos].iov_base;
287 memset(icmp_targ, 0, sizeof(struct icmphdr));
293 out[pos].iov_len = sizeof(struct icmphdr);
H A Dtranslate.h80 int icmp_to_icmp6(clat_packet out, clat_packet_index pos, const struct icmphdr *icmp,
H A Ddump.c92 void dump_icmp(struct icmphdr *icmp) {
/external/kernel-headers/original/uapi/linux/
H A Dicmp.h68 struct icmphdr { struct
/external/iputils/
H A Dclockdiff.c137 struct icmphdr *icp = (struct icmphdr *) packet;
138 struct icmphdr *oicp = (struct icmphdr *) opacket;
226 icp = (struct icmphdr *)(packet + (ip->ihl << 2));
314 struct icmphdr *icp = (struct icmphdr *) packet;
315 struct icmphdr *oicp = (struct icmphdr *) opacket;
406 icp = (struct icmphdr *)(packe
[all...]
H A Dping.c103 static void pr_icmph(__u8 type, __u8 code, __u32 info, struct icmphdr *icp);
616 struct icmphdr icmph;
720 struct icmphdr *icp;
724 icp = (struct icmphdr *)outpack;
778 struct icmphdr *icp = (struct icmphdr *)_icp;
787 struct icmphdr *icp;
830 icp = (struct icmphdr *)(buf + hlen);
857 struct icmphdr *icp1 = (struct icmphdr*)((unsigne
[all...]
H A Drdisc.c543 struct icmphdr *icp = (struct icmphdr *) ALLIGN(outpack);
723 struct icmphdr *icp;
736 icp = (struct icmphdr *)ALLIGN(buf + hlen);
/external/chromium_org/third_party/usrsctp/usrsctplib/
H A Duser_ip_icmp.h50 struct icmphdr { struct
77 * XXX: should start with a struct icmphdr.

Completed in 213 milliseconds