taglinefilesource code
ihl576net/tcp/ip.ciph->ihl = 5;
ihl604net/tcp/ip.cwhile (!done && len < iph->ihl*4)
ihl797net/tcp/ip.cif (ip_compute_csum((unsigned char *)iph, iph->ihl*4) == 0)  return (0);
ihl805net/tcp/ip.ciph->check = ip_compute_csum((unsigned char *)iph, iph->ihl*4);
ihl856net/tcp/ip.cskb->h.raw += iph->ihl*4;
ihl890net/tcp/ip.cnet16(iph->tot_len) - iph->ihl*4,
ihl1041net/tcp/ip.cip->ihl, ip->version, ip->tos, net16(ip->tot_len)));
ihl92net/tcp/ip.hunsigned char ihl:4, version:4;