Home
last modified time | relevance | path

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

/components/net/lwip/lwip-2.0.3/src/include/lwip/prot/
A Dip4.h84 #define IP_MF 0x2000U /* more fragments flag */ macro
/components/net/lwip/lwip-2.1.2/src/include/lwip/prot/
A Dip4.h86 #define IP_MF 0x2000U /* more fragments flag */ macro
/components/net/lwip/lwip-2.0.3/src/core/ipv4/
A Dip4_frag.c576 is_last = (IPH_OFFSET(fraghdr) & PP_NTOHS(IP_MF)) == 0; in ip4_reass()
742 LWIP_ERROR("ip_frag(): MF already set", (tmp & IP_MF) == 0, return ERR_VAL); in ip4_frag()
828 tmp = tmp | IP_MF; in ip4_frag()
A Dip4.c613 if ((IPH_OFFSET(iphdr) & PP_HTONS(IP_OFFMASK | IP_MF)) != 0) {
616 …t_len, lwip_ntohs(IPH_LEN(iphdr)), (u16_t)!!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), (u16_t)((lwip_n…
/components/net/lwip/lwip-2.1.2/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.c637 if ((IPH_OFFSET(iphdr) & PP_HTONS(IP_OFFMASK | IP_MF)) != 0) {
640 …t_len, lwip_ntohs(IPH_LEN(iphdr)), (u16_t)!!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), (u16_t)((lwip_n…
/components/net/lwip/lwip-1.4.1/src/core/ipv4/
A Dip_frag.c558 if ((IPH_OFFSET(fraghdr) & PP_NTOHS(IP_MF)) == 0) { in ip_reass()
716 omf = tmp & IP_MF; in ip_frag()
728 tmp = tmp | IP_MF; in ip_frag()
A Dip.c527 if ((IPH_OFFSET(iphdr) & PP_HTONS(IP_OFFMASK | IP_MF)) != 0) {
530 …hdr)), p->tot_len, ntohs(IPH_LEN(iphdr)), !!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), (ntohs(IPH_OFFS…
/components/net/lwip/lwip-1.4.1/src/include/ipv4/lwip/
A Dip.h129 #define IP_MF 0x2000U /* more fragments flag */ macro
/components/net/lwip/lwip-2.1.2/test/unit/ip4/
A Dtest_ip4.c37 IPH_OFFSET_SET(iphdr, lwip_htons((start / 8) | IP_MF)); in create_ip4_input_fragment()
/components/net/lwip/lwip-2.0.3/test/unit/ip4/
A Dtest_ip4.c35 IPH_OFFSET_SET(iphdr, lwip_htons((start / 8) | IP_MF)); in create_ip4_input_fragment()

Completed in 15 milliseconds