Home
last modified time | relevance | path

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

/minix/minix/lib/liblwip/dist/src/include/lwip/
H A Dip.h139 #define ip_current_header_tot_len() (ip_data.current_ip_header_tot_len) macro
166 …st u8_t*)ip6_current_header() : (const u8_t*)ip4_current_header()) + ip_current_header_tot_len()))
184 …t_header_ptr() ((const void*)((const u8_t*)ip4_current_header() + ip_current_header_tot_len()))
/minix/minix/lib/liblwip/dist/src/core/
H A Dudp.c357 s16_t hdrs_len = (s16_t)(ip_current_header_tot_len() + UDP_HLEN); in udp_input()
411 pbuf_header_force(p, (s16_t)(ip_current_header_tot_len() + UDP_HLEN)); in udp_input()
/minix/minix/net/lwip/
H A Drawsock.c219 off = ip_current_header_tot_len(); in rawsock_input()