Home
last modified time | relevance | path

Searched defs:ip_next_header_ptr (Results 1 – 1 of 1) sorted by relevance

/third_party/lwip/src/include/lwip/
Dip.h167 #define ip_next_header_ptr() ((const void*)((ip_current_is_v6() ? \ macro
186 #define ip_next_header_ptr() ((const void*)((const u8_t*)ip4_current_header() + ip_current_head… macro
203 #define ip_next_header_ptr() ((const void*)(((const u8_t*)ip6_current_header()) + ip_current_he… macro