Searched refs:IP_DF (Results 1 – 13 of 13) sorted by relevance
86 #define IP_DF 0x4000U /* don't fragment flag */ macro
62 #define IP_DF 0x4000 macro
39 #ifndef IP_DF40 #define IP_DF 0x4000 /* don't fragment flag. */ macro2484 if (!(ptnl->iph.frag_off & htons(IP_DF))) printf(" nopmtudisc"); in display_tunnel()2555 ptnl->iph.frag_off = htons(IP_DF); in parse_iptunnel_args()2639 ptnl->iph.frag_off = htons(IP_DF); in parse_iptunnel_args()
346 if (iph->frag_off & htons(IP_DF)) in trace_print_packet()
330 #define IP_DF 0x4000 macro
4221 ip->ip_off = htons(IP_DF);4223 ip->ip_off = IP_DF;4225 ip->ip_off = htons(IP_DF);11749 ip->ip_off = htons(IP_DF);11751 ip->ip_off = IP_DF;11753 ip->ip_off = htons(IP_DF);
350 if ((IPH_OFFSET(iphdr) & PP_NTOHS(IP_DF)) == 0) { in ip4_forward()
3712 * ip.c: Don't set the IP_DF ("Don't fragment") flag in the IP header in IP output