Searched refs:IP_DF (Results 1 – 12 of 12) sorted by relevance
86 #define IP_DF 0x4000U /* don't fragment flag */ macro
62 #define IP_DF 0x4000 macro
40 #ifndef IP_DF41 #define IP_DF 0x4000 /* don't fragment flag. */ macro2480 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()
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);
383 if ((IPH_OFFSET(iphdr) & PP_NTOHS(IP_DF)) == 0) {
3712 * ip.c: Don't set the IP_DF ("Don't fragment") flag in the IP header in IP output