Searched refs:IP_DF (Results 1 – 9 of 9) sorted by relevance
83 #define IP_DF 0x4000U /* don't fragment flag */ macro
85 #define IP_DF 0x4000U /* don't fragment flag */ macro
128 #define IP_DF 0x4000U /* dont fragment flag */ macro
270 if ((IPH_OFFSET(iphdr) & PP_NTOHS(IP_DF)) == 0) { in ip_forward()
337 if ((IPH_OFFSET(iphdr) & PP_NTOHS(IP_DF)) == 0) { in ip4_forward()
350 if ((IPH_OFFSET(iphdr) & PP_NTOHS(IP_DF)) == 0) { in ip4_forward()
2503 * ip.c: Don't set the IP_DF ("Don't fragment") flag in the IP header in IP output
3459 * ip.c: Don't set the IP_DF ("Don't fragment") flag in the IP header in IP output
3712 * ip.c: Don't set the IP_DF ("Don't fragment") flag in the IP header in IP output
Completed in 19 milliseconds