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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/modules/
H A Dvjcompress.c208 if (ip->ip_src.s_addr != cs->cs_ip.ip_src.s_addr ||
209 ip->ip_dst.s_addr != cs->cs_ip.ip_dst.s_addr ||
210 *(int *)th != ((int *)&cs->cs_ip)[getip_hl(cs->cs_ip)]) {
229 if (ip->ip_src.s_addr == cs->cs_ip.ip_src.s_addr
230 && ip->ip_dst.s_addr == cs->cs_ip.ip_dst.s_addr
231 && *(int *)th == ((int *)&cs->cs_ip)[getip_hl(cs->cs_ip)])
275 oth = (struct tcphdr *)&((int *)&cs->cs_ip)[hlen];
282 if (((u_short *)ip)[0] != ((u_short *)&cs->cs_ip)[
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/drivers/net/
H A Dslhc.c286 if( ip->saddr == cs->cs_ip.saddr
287 && ip->daddr == cs->cs_ip.daddr
342 if(ip->version != cs->cs_ip.version || ip->ihl != cs->cs_ip.ihl
343 || ip->tos != cs->cs_ip.tos
344 || (ip->frag_off & htons(0x4000)) != (cs->cs_ip.frag_off & htons(0x4000))
345 || ip->ttl != cs->cs_ip.ttl
394 if(ip->tot_len != cs->cs_ip.tot_len &&
395 ntohs(cs->cs_ip.tot_len) == hlen)
407 deltaS == ntohs(cs->cs_ip
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp-2.4.4/include/net/
H A Dslcompress.h112 #define cs_ip slcs_u.csu_ip macro
H A Dvjcompress.h112 #define cs_ip vjcs_u.csu_ip macro
/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/include/net/
H A Dslhc_vj.h131 struct iphdr cs_ip; /* ip/tcp hdr from most recent packet */ member in struct:cstate

Completed in 48 milliseconds