Home
last modified time | relevance | path

Searched refs:IP_OFFMASK (Results 1 - 9 of 9) sorted by relevance

/third_party/lwip/src/include/lwip/prot/
H A Dip4.h88 #define IP_OFFMASK 0x1fffU /* mask for fragmenting bits */ macro
113 #define IPH_OFFSET_BYTES(hdr) ((u16_t)((lwip_ntohs(IPH_OFFSET(hdr)) & IP_OFFMASK) * 8U))
/third_party/lwip/src/core/ipv4/
H A Dip4_frag.c594 if (((lwip_ntohs(IPH_OFFSET(fraghdr)) & IP_OFFMASK) == 0) && in ip4_reass()
595 ((lwip_ntohs(IPH_OFFSET(&ipr->iphdr)) & IP_OFFMASK) != 0)) { in ip4_reass()
788 ofo = tmp & IP_OFFMASK; in ip4_frag()
875 tmp = (IP_OFFMASK & (ofo)); in ip4_frag()
H A Dip4.c678 if ((IPH_OFFSET(iphdr) & PP_HTONS(IP_OFFMASK | IP_MF)) != 0) {
681 lwip_ntohs(IPH_ID(iphdr)), p->tot_len, lwip_ntohs(IPH_LEN(iphdr)), (u16_t)!!(IPH_OFFSET(iphdr) & PP_HTONS(IP_MF)), (u16_t)((lwip_ntohs(IPH_OFFSET(iphdr)) & IP_OFFMASK) * 8)));
1156 (u16_t)(lwip_ntohs(IPH_OFFSET(iphdr)) & IP_OFFMASK)));
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dip.h64 #define IP_OFFMASK 0x1fff macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dip.h64 #define IP_OFFMASK 0x1fff macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dip.h64 #define IP_OFFMASK 0x1fff macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dip.h64 #define IP_OFFMASK 0x1fff macro
/third_party/musl/include/netinet/
H A Dip.h64 #define IP_OFFMASK 0x1fff macro
/third_party/lwip/src/netif/ppp/
H A Dipcp.c2373 #define IP_OFFMASK 0x1fff macro
2404 if ((get_ipoff(pkt) & IP_OFFMASK) != 0)

Completed in 9 milliseconds