Searched defs:IP_DF (Results 1 - 2 of 2) sorted by relevance

/external/iproute2/ip/
H A Diptunnel.c71 #ifndef IP_DF
72 #define IP_DF 0x4000 /* Flag: "Don't Fragment" */ macro
74 p->iph.frag_off = htons(IP_DF);
129 p->iph.frag_off = htons(IP_DF);
354 if (!(p->iph.frag_off & htons(IP_DF)))
/external/tcpdump/
H A Dip.h62 #define IP_DF 0x4000 /* dont fragment flag */ macro

Completed in 94 milliseconds