Home
last modified time | relevance | path

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

/third_party/lwip/src/include/lwip/prot/
Dip4.h87 #define IP_MF 0x2000U /* more fragments flag */ macro
/third_party/lwip/src/core/ipv4/
Dip4_frag.c608 is_last = (IPH_OFFSET(fraghdr) & PP_NTOHS(IP_MF)) == 0; in ip4_reass()
790 mf_set = tmp & IP_MF; in ip4_frag()
878 tmp = tmp | IP_MF; in ip4_frag()
Dip4.c678 if ((IPH_OFFSET(iphdr) & PP_HTONS(IP_OFFMASK | IP_MF)) != 0) {
681 …t_len, lwip_ntohs(IPH_LEN(iphdr)), (u16_t)!!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), (u16_t)((lwip_n…
/third_party/musl/porting/liteos_m/kernel/include/netinet/
Dip.h63 #define IP_MF 0x2000 macro
/third_party/musl/ndk_musl_include/netinet/
Dip.h63 #define IP_MF 0x2000 macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
Dip.h63 #define IP_MF 0x2000 macro
/third_party/musl/include/netinet/
Dip.h63 #define IP_MF 0x2000 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
Dip.h63 #define IP_MF 0x2000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
Dip.h63 #define IP_MF 0x2000 macro
/third_party/lwip/test/unit/ip4/
Dtest_ip4.c37 IPH_OFFSET_SET(iphdr, lwip_htons((start / 8) | IP_MF)); in create_ip4_input_fragment()
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_os_userspace.h331 #define IP_MF 0x2000 macro
/third_party/lwip/
D0002-adapt-lstack.patch4436 +#ifdef IP_MF
4437 +#undef IP_MF
4445 #define IP_MF 0x2000U /* more fragments flag */