Home
last modified time | relevance | path

Searched refs:get_tcpoff (Results 1 – 2 of 2) sorted by relevance

/AliOS-Things-master/components/lwip/lwip2.0.0/netif/ppp/
A Dipv6cp.c1510 #define get_tcpoff(x) (((unsigned char *)(x))[12] >> 4)
1527 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == IP6_HDRLEN + get_tcpoff(tcp) * 4)
A Dipcp.c2379 #define get_tcpoff(x) (((unsigned char *)(x))[12] >> 4) macro
2402 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == hlen + get_tcpoff(tcp) * 4)

Completed in 10 milliseconds