Home
last modified time | relevance | path

Searched refs:ip_current_header_tot_len (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/include/lwip/
Dip.h168 #define ip_current_header_tot_len() (ip_data.current_ip_header_tot_len) macro
195 …st u8_t*)ip6_current_header() : (const u8_t*)ip4_current_header()) + ip_current_header_tot_len()))
213 …t_header_ptr() ((const void*)((const u8_t*)ip4_current_header() + ip_current_header_tot_len()))
230 …header_ptr() ((const void*)(((const u8_t*)ip6_current_header()) + ip_current_header_tot_len()))
/third_party/lwip/src/core/
Dudp.c444 pbuf_header_force(p, (s16_t)(ip_current_header_tot_len() + UDP_HLEN));