Home
last modified time | relevance | path

Searched refs:IP_MF (Results 1 – 4 of 4) sorted by relevance

/lib/lwip/lwip/src/include/lwip/prot/
A Dip4.h86 #define IP_MF 0x2000U /* more fragments flag */ macro
/lib/lwip/lwip/src/core/ipv4/
A Dip4_frag.c588 is_last = (IPH_OFFSET(fraghdr) & PP_NTOHS(IP_MF)) == 0; in ip4_reass()
770 mf_set = tmp & IP_MF; in ip4_frag()
858 tmp = tmp | IP_MF; in ip4_frag()
A Dip4.c671 if ((IPH_OFFSET(iphdr) & PP_HTONS(IP_OFFMASK | IP_MF)) != 0) {
674 …t_len, lwip_ntohs(IPH_LEN(iphdr)), (u16_t)!!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), (u16_t)((lwip_n…
/lib/lwip/lwip/test/unit/ip4/
A Dtest_ip4.c94 IPH_OFFSET_SET(iphdr, lwip_htons((start / 8) | IP_MF)); in create_ip4_input_fragment()

Completed in 15 milliseconds