Searched refs:IP_DF (Results 1 - 13 of 13) 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.c308 { 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);
361 if (!(p->iph.frag_off&htons(IP_DF)))
/external/android-clat/
H A Ddump.c56 if(frag_flags & IP_DF) {
H A Dtranslate.c133 ip->frag_off = htons(IP_DF);
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_os_userspace.h371 #define IP_DF 0x4000 macro
H A Dsctp_output.c4107 /* nofragment_flag to tell if IP_DF should be set (IPv4 only) */
4237 ip->ip_off = htons(IP_DF);
4239 ip->ip_off = IP_DF;
4242 ip->ip_off = IP_DF;
4244 ip->ip_off = htons(IP_DF);
6517 * We sifa 0 here to NOT set IP_DF if its IPv4, we ignore the return
8579 /* Do clear IP_DF ? */
8806 /* Do clear IP_DF ? */
9145 /* Do clear IP_DF ? */
10133 /* Do clear IP_DF
[all...]

Completed in 225 milliseconds