Searched refs:ip_next_header_ptr (Results 1 – 3 of 3) sorted by relevance
166 #define ip_next_header_ptr() ((const void*)((ip_current_is_v6() ? \ macro185 #define ip_next_header_ptr() ((const void*)((const u8_t*)ip4_current_header() + ip_current_head… macro202 #define ip_next_header_ptr() ((const void*)((const u8_t*)ip6_current_header())) macro
165 #define ip_next_header_ptr() ((const void*)((ip_current_is_v6() ? \ macro184 #define ip_next_header_ptr() ((const void*)((const u8_t*)ip4_current_header() + ip_current_head… macro201 #define ip_next_header_ptr() ((const void*)((const u8_t*)ip6_current_header())) macro
204 const struct udp_hdr* udphdr = (const struct udp_hdr*)ip_next_header_ptr();
Completed in 8 milliseconds