Searched refs:get_tcpflags (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.c1539 #define get_tcpflags(x) (((unsigned char *)(x))[13]) macro
1559 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == IP6_HDRLEN + get_tcpoff(tcp) * 4)
H A Dipcp.c2179 #define get_tcpflags(x) (((unsigned char *)(x))[13]) 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.c1492 #define get_tcpflags(x) (((unsigned char *)(x))[13]) macro
1512 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == IP6_HDRLEN + get_tcpoff(tcp) * 4)
H A Dipcp.c2022 #define get_tcpflags(x) (((unsigned char *)(x))[13]) macro
2044 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == hlen + get_tcpoff(tcp) * 4)

Completed in 74 milliseconds