Searched refs:IP_DF (Results 1 - 9 of 9) sorted by relevance

/external/qemu/slirp/
H A Dip_output.c78 ip->ip_off &= IP_DF;
111 if (ip->ip_off & IP_DF) {
H A Dip.h87 #define IP_DF 0x4000 /* don't fragment flag */ macro
H A Dip_input.c185 if (ip->ip_off &~ IP_DF) {
/external/qemu/slirp-android/
H A Dip_output.c78 ip->ip_off &= IP_DF;
111 if (ip->ip_off & IP_DF) {
H A Dip.h89 #define IP_DF 0x4000 /* don't fragment flag */ macro
H A Dip_input.c185 if (ip->ip_off &~ IP_DF) {
/external/tcpdump/
H A Dip.h58 #define IP_DF 0x4000 /* dont fragment flag */ macro
H A Dprint-ip.c361 { IP_DF, "DF" },
/external/iproute2/ip/
H A Diptunnel.c61 #ifndef IP_DF
62 #define IP_DF 0x4000 /* Flag: "Don't Fragment" */ macro
64 p->iph.frag_off = htons(IP_DF);
158 p->iph.frag_off = htons(IP_DF);
365 if (!(p->iph.frag_off&htons(IP_DF)))

Completed in 121 milliseconds