Home
last modified time | relevance | path

Searched refs:IP6H_V (Results 1 – 3 of 3) sorted by relevance

/third_party/lwip/src/include/lwip/prot/
Dip6.h99 #define IP6H_V(hdr) ((lwip_ntohl((hdr)->_v_tc_fl) >> 28) & 0x0f) macro
/third_party/lwip/src/core/ipv6/
Dip6.c585 if (IP6H_V(ip6hdr) != 6) {
587 IP6H_V(ip6hdr)));
1532 IP6H_V(ip6hdr),
/third_party/lwip/
D0081-ip6-hdr.patch28 if (IP6H_V(ip6hdr) != 6) {
30 IP6H_V(ip6hdr)));