HomeSort by relevance Sort by last modified time
    Searched refs:ihl (Results 151 - 158 of 158) sorted by null

1 2 3 4 5 67

  /external/iputils/Modules/
pg3.c 272 iph->ihl=5;
283 iph->check = ip_fast_csum((void *)iph, iph->ihl);
  /external/iputils/
clockdiff.c 226 icp = (struct icmphdr *)(packet + (ip->ihl << 2));
406 icp = (struct icmphdr *)(packet + (ip->ihl << 2));
rdisc.c 728 hlen = ip->ihl << 2;
    [all...]
  /external/android-clat/
dump.c 47 printf("header_len = %x\n",header->ihl);
translate.c 128 ip->ihl = 5;
clatd_test.cpp 45 0x45, 0x00, 0, 41, /* Version=4, IHL=5, ToS=0x80, len=41 */ \
211 EXPECT_EQ(5, ip->ihl) << msg << ": Unsupported IP header length\n";
    [all...]
  /external/iproute2/ip/
iptunnel.c 60 p->iph.ihl = 5;
  /external/ipsec-tools/src/racoon/
isakmp.c 253 extralen += sizeof(*udp) + ip->ihl;
    [all...]

Completed in 388 milliseconds

1 2 3 4 5 67