Searched refs:ihl (Results 126 - 150 of 150) sorted by relevance

123456

/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter/
H A Dip_nat_snmp_basic.c1211 struct udphdr *udph = (struct udphdr *)((u_int32_t *)iph + iph->ihl);
1254 struct udphdr *udph = (struct udphdr *)((u_int32_t *)iph + iph->ihl);
1293 if (ntohs(udph->len) == (*pskb)->len - (iph->ihl << 2)) {
H A Dip_conntrack_standalone.c326 || (*pskb)->nh.iph->ihl * 4 < sizeof(struct iphdr)) {
H A Dip_tables.c266 protohdr = (u_int32_t *)ip + ip->ihl;
267 datalen = (*pskb)->len - ip->ihl * 4;
372 protohdr = (u_int32_t *)ip + ip->ihl;
373 datalen = (*pskb)->len - ip->ihl * 4;
H A Dip_nat_core.c815 struct icmphdr *hdr = (struct icmphdr *)((u_int32_t *)iph + iph->ihl);
821 IP_NF_ASSERT(skb->len >= iph->ihl*4 + sizeof(struct icmphdr));
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/netfilter.noQoS/
H A Dip_nat_snmp_basic.c1211 struct udphdr *udph = (struct udphdr *)((u_int32_t *)iph + iph->ihl);
1254 struct udphdr *udph = (struct udphdr *)((u_int32_t *)iph + iph->ihl);
1293 if (ntohs(udph->len) == (*pskb)->len - (iph->ihl << 2)) {
H A Dip_tables.c266 protohdr = (u_int32_t *)ip + ip->ihl;
267 datalen = (*pskb)->len - ip->ihl * 4;
372 protohdr = (u_int32_t *)ip + ip->ihl;
373 datalen = (*pskb)->len - ip->ihl * 4;
H A Dip_nat_core.c815 struct icmphdr *hdr = (struct icmphdr *)((u_int32_t *)iph + iph->ihl);
821 IP_NF_ASSERT(skb->len >= iph->ihl*4 + sizeof(struct icmphdr));
/asus-wl-520gu-7.0.1.45/src/router/httpd/
H A Ddiscover.c450 packet.ip.ihl = sizeof(packet.ip) >> 2;
537 packet.ip.ihl != sizeof(packet.ip) >> 2 || packet.udp.dest != htons(CLIENT_PORT) ||
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv4/
H A Digmp.c230 iph->ihl = (sizeof(struct iphdr)+4)>>2;
H A Dip_options.c258 opt->optlen = ((struct iphdr *)iph)->ihl*4 - sizeof(struct iphdr);
H A Dudp.c297 struct udphdr *uh = (struct udphdr*)(skb->data+(iph->ihl<<2));
H A Droute.c1072 old_mtu >= 68 + (iph->ihl << 2))
1073 old_mtu -= iph->ihl << 2;
H A Dtcp_ipv4.c975 struct tcphdr *th = (struct tcphdr*)(skb->data+(iph->ihl<<2));
983 if (skb->len < (iph->ihl << 2) + 8) {
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/sched/
H A Dcls_rsvp.h168 xprt = ((u8*)nhptr) + (nhptr->ihl<<2);
H A Dsch_sfq.c152 h2 ^= *(((u32*)iph) + iph->ihl);
/asus-wl-520gu-7.0.1.45/src/router/iproute2/ip/
H A Diptunnel.c171 p->iph.ihl = 5;
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/core/
H A Dpktgen.c494 iph->ihl = 5;
505 iph->check = ip_fast_csum((void *) iph, iph->ihl);
/asus-wl-520gu-7.0.1.45/src/router/rc/
H A Dspeedtest.c310 hlen = iphdr->ihl << 2;
/asus-wl-520gu-7.0.1.45/src/router/rc.orig/
H A Dspeedtest.c310 hlen = iphdr->ihl << 2;
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/
H A Dpptp.c526 iph->ihl = sizeof(struct iphdr) >> 2;
H A Dhamachi.c1284 = (struct udphdr *)((char *)ih + ih->ihl*4);
/asus-wl-520gu-7.0.1.45/src/bcm57xx/linux/
H A Db57um.c2378 ip_tcp_len = (skb->nh.iph->ihl << 2) + sizeof(struct tcphdr);
2394 if (tcp_opt_len || (skb->nh.iph->ihl > 5)) {
2397 ((skb->nh.iph->ihl - 5) +
2402 ((skb->nh.iph->ihl - 5) +
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/atm/
H A Dmpc.c500 iph->check = ip_fast_csum((unsigned char *)iph, iph->ihl);
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/net/e100/
H A De100_main.c2118 payload_len = ntohs(ip->tot_len) - (ip->ihl * 4);
2183 tcp = (struct tcphdr *) ((u32 *) ip + ip->ihl);
2189 udp = (struct udphdr *) ((u32 *) ip + ip->ihl);
/asus-wl-520gu-7.0.1.45/src/linux/linux/net/ipv6/
H A Daddrconf.c991 p.iph.ihl = 5;

Completed in 177 milliseconds

123456