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

/freebsd-10.1-release/sys/net/
H A Dslcompress.c190 if (ip->ip_src.s_addr != cs->cs_ip.ip_src.s_addr ||
191 ip->ip_dst.s_addr != cs->cs_ip.ip_dst.s_addr ||
192 *(int32_t *)th != ((int32_t *)&cs->cs_ip)[cs->cs_ip.ip_hl]) {
211 if (ip->ip_src.s_addr == cs->cs_ip.ip_src.s_addr
212 && ip->ip_dst.s_addr == cs->cs_ip.ip_dst.s_addr
214 ((int32_t *)&cs->cs_ip)[cs->cs_ip.ip_hl])
258 oth = (struct tcphdr *)&((int32_t *)&cs->cs_ip)[hlen];
265 if (((u_int16_t *)ip)[0] != ((u_int16_t *)&cs->cs_ip)[
[all...]
H A Dslcompress.h124 #define cs_ip slcs_u.csu_ip macro
/freebsd-10.1-release/usr.sbin/ppp/
H A Dslcompress.c198 if (ip->ip_src.s_addr != cs->cs_ip.ip_src.s_addr ||
199 ip->ip_dst.s_addr != cs->cs_ip.ip_dst.s_addr ||
200 *(int *) th != ((int *) &cs->cs_ip)[cs->cs_ip.ip_hl]) {
219 if (ip->ip_src.s_addr == cs->cs_ip.ip_src.s_addr
220 && ip->ip_dst.s_addr == cs->cs_ip.ip_dst.s_addr
221 && *(int *) th == ((int *) &cs->cs_ip)[cs->cs_ip.ip_hl])
265 oth = (struct tcphdr *) & ((int *) &cs->cs_ip)[hlen];
272 if (((u_short *) ip)[0] != ((u_short *) & cs->cs_ip)[
[all...]
H A Dslcompress.h123 #define cs_ip slcs_u.csu_ip macro

Completed in 101 milliseconds