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

/external/kernel-headers/original/linux/
H A Dip.h84 __u8 ihl:4, member in struct:iphdr
88 ihl:4;
/external/kernel-headers/original/asm-mips/
H A Dchecksum.h101 static inline __sum16 ip_fast_csum(const void *iph, unsigned int ihl) argument
104 const unsigned int *stop = word + ihl;
/external/ping/
H A Dping.c1143 hlen = ip->ihl*4;
1144 if (cc < hlen + 8 || ip->ihl < 5) {
1179 struct icmphdr *icp1 = (struct icmphdr*)((unsigned char *)iph + iph->ihl*4);
1182 cc < 8+iph->ihl*4+8)
1569 hlen = ip->ihl << 2;
1574 ip->version, ip->ihl, ip->tos, ip->tot_len, ip->id);
/external/iproute2/ip/
H A Diptunnel.c60 p->iph.ihl = 5;
/external/ipsec-tools/src/racoon/
H A Disakmp.c253 extralen += sizeof(*udp) + ip->ihl;

Completed in 463 milliseconds