Home
last modified time | relevance | path

Searched refs:IP_DF (Results 1 – 3 of 3) sorted by relevance

/lib/liblwip/src/include/ipv4/lwip/
Dip.h128 #define IP_DF 0x4000U /* dont fragment flag */ macro
/lib/liblwip/src/core/ipv4/
Dip.c270 if ((IPH_OFFSET(iphdr) & PP_NTOHS(IP_DF)) == 0) { in ip_forward()
/lib/liblwip/
DCHANGELOG2513 * ip.c: Don't set the IP_DF ("Don't fragment") flag in the IP header in IP output