Home
last modified time | relevance | path

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

/btstack/3rd-party/lwip/core/src/netif/ppp/
H 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)
H A Dipcp.c2389 #define get_tcpoff(x) (((unsigned char *)(x))[12] >> 4) macro
2412 if ((get_tcpflags(tcp) & TH_FIN) != 0 && len == hlen + get_tcpoff(tcp) * 4)