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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/ppp-2.4.4/pppd/
H A Dipv6cp.c1538 #define get_tcpoff(x) (((unsigned char *)(x))[12] >> 4) macro
1559 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == IP6_HDRLEN + get_tcpoff(tcp) * 4)
H A Dipcp.c2178 #define get_tcpoff(x) (((unsigned char *)(x))[12] >> 4) macro
2201 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == hlen + get_tcpoff(tcp) * 4)
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/pppd/
H A Dipv6cp.c1491 #define get_tcpoff(x) (((unsigned char *)(x))[12] >> 4) macro
1512 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == IP6_HDRLEN + get_tcpoff(tcp) * 4)
H A Dipcp.c2021 #define get_tcpoff(x) (((unsigned char *)(x))[12] >> 4) macro
2044 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == hlen + get_tcpoff(tcp) * 4)

Completed in 67 milliseconds