Searched refs:IP_MF (Results 1 – 11 of 11) sorted by relevance
| /components/net/lwip/lwip-2.0.3/src/include/lwip/prot/ |
| A D | ip4.h | 84 #define IP_MF 0x2000U /* more fragments flag */ macro
|
| /components/net/lwip/lwip-2.1.2/src/include/lwip/prot/ |
| A D | ip4.h | 86 #define IP_MF 0x2000U /* more fragments flag */ macro
|
| /components/net/lwip/lwip-2.0.3/src/core/ipv4/ |
| A D | ip4_frag.c | 576 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 D | ip4.c | 613 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 D | ip4_frag.c | 588 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 D | ip4.c | 637 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 D | ip_frag.c | 558 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 D | ip.c | 527 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 D | ip.h | 129 #define IP_MF 0x2000U /* more fragments flag */ macro
|
| /components/net/lwip/lwip-2.1.2/test/unit/ip4/ |
| A D | test_ip4.c | 37 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 D | test_ip4.c | 35 IPH_OFFSET_SET(iphdr, lwip_htons((start / 8) | IP_MF)); in create_ip4_input_fragment()
|
Completed in 15 milliseconds