Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dip.h53 #define IP_HDR_GET_VERSION(ptr) ((*(u8_t*)(ptr)) >> 4) macro
/third_party/lwip/src/core/
Dip.c157 if (IP_HDR_GET_VERSION(p->payload) == 6) { in ip_input()
Draw.c146 if (IP_HDR_GET_VERSION(p->payload) == 6) in raw_input()