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

/barrelfish-master/include/lwip2/lwip/
H A Dip.h139 #define ip_current_header_tot_len() (ip_data.current_ip_header_tot_len) macro
166 (const u8_t*)ip6_current_header() : (const u8_t*)ip4_current_header()) + ip_current_header_tot_len()))
184 #define ip_next_header_ptr() ((const void*)((const u8_t*)ip4_current_header() + ip_current_header_tot_len()))
/barrelfish-master/lib/lwip2/src/core/
H A Dudp.c357 s16_t hdrs_len = (s16_t)(ip_current_header_tot_len() + UDP_HLEN);
407 pbuf_header_force(p, (s16_t)(ip_current_header_tot_len() + UDP_HLEN));

Completed in 76 milliseconds