Searched refs:IP_HDR_GET_VERSION (Results 1 – 3 of 3) sorted by relevance
53 #define IP_HDR_GET_VERSION(ptr) ((*(u8_t*)(ptr)) >> 4) macro
157 if (IP_HDR_GET_VERSION(p->payload) == 6) { in ip_input()
146 if (IP_HDR_GET_VERSION(p->payload) == 6) in raw_input()