Home
last modified time | relevance | path

Searched refs:IP_DF (Results 1 - 8 of 8) sorted by relevance

/third_party/lwip/src/include/lwip/prot/
H A Dip4.h86 #define IP_DF 0x4000U /* don't fragment flag */ macro
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Dip.h62 #define IP_DF 0x4000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Dip.h62 #define IP_DF 0x4000 macro
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Dip.h62 #define IP_DF 0x4000 macro
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Dip.h62 #define IP_DF 0x4000 macro
/third_party/musl/include/netinet/
H A Dip.h62 #define IP_DF 0x4000 macro
/third_party/toybox/toys/pending/
H A Dip.c40 #ifndef IP_DF
41 #define IP_DF 0x4000 /* don't fragment flag. */ macro
2480 if (!(ptnl->iph.frag_off & htons(IP_DF))) printf(" nopmtudisc"); in display_tunnel()
2551 ptnl->iph.frag_off = htons(IP_DF); in parse_iptunnel_args()
2635 ptnl->iph.frag_off = htons(IP_DF); in parse_iptunnel_args()
/third_party/lwip/src/core/ipv4/
H A Dip4.c383 if ((IPH_OFFSET(iphdr) & PP_NTOHS(IP_DF)) == 0) {

Completed in 9 milliseconds