Searched defs:ihl (Results 1 - 3 of 3) sorted by relevance

/drivers/net/slip/
H A Dslhc.c259 th = (struct tcphdr *)(((unsigned char *)ip) + ip->ihl*4);
260 hlen = ip->ihl*4 + th->doff*4;
343 if(ip->version != cs->cs_ip.version || ip->ihl != cs->cs_ip.ihl
348 || (ip->ihl > 5 && memcmp(ip+1,cs->cs_ipopt,((ip->ihl)-5)*4) != 0)
469 if (ip->ihl > 5)
470 memcpy(cs->cs_ipopt, ip+1, ((ip->ihl) - 5) * 4);
534 hdrlen = ip->ihl * 4 + thp->doff * 4;
607 if (ip->ihl >
634 unsigned ihl; local
[all...]
/drivers/staging/rtl8712/
H A Dip.h116 __u8 ihl:4, member in struct:iphdr
120 ihl:4;
/drivers/net/ethernet/sun/
H A Dniu.c6564 u64 csum_bits, l3off, ihl, ret; local
6577 ipv6 = ihl = 0;
6581 ihl = ip_hdr(skb)->ihl;
6585 ihl = (40 >> 2);
6589 ip_proto = ihl = 0;
6616 (ihl << TXHDR_IHL_SHIFT) |

Completed in 119 milliseconds