Home
last modified time | relevance | path

Searched refs:IP_MF (Results 1 – 25 of 34) sorted by relevance

12

/external/tcpdump/
Dprint-ip.c324 { IP_MF, "+" },
397 ipds->off & (IP_MF|IP_OFFMASK)); in ip_print_demux()
403 ipds->off & (IP_MF|IP_OFFMASK)); in ip_print_demux()
409 ipds->off & (IP_MF|IP_OFFMASK)); in ip_print_demux()
Dip.h61 #define IP_MF 0x2000 /* more fragments flag */ macro
Dprint-esp.c726 if (EXTRACT_16BITS(&ip->ip_off) & IP_MF) in esp_print()
/external/android-clat/
Dtranslate.c184 if (frag_off == 0 && (frag_flags & IP_MF) == 0) { in maybe_fill_frag_header()
193 if (frag_flags & IP_MF) { in maybe_fill_frag_header()
212 frag_off |= IP_MF; in parse_frag_header()
Ddump.c60 if (frag_flags & IP_MF) { in dump_ip()
Dclatd_test.cpp190 return ntohs(ip->frag_off) & (IP_OFFMASK | IP_MF); in is_ipv4_fragment()
366 ip->frag_off &= ~htons(IP_MF); in reassemble_packet()
/external/linux-kselftest/tools/testing/selftests/bpf/
Dbpf_flow.c38 #define IP_MF 0x2000 macro
257 if (iph->frag_off & bpf_htons(IP_MF | IP_OFFSET)) { in PROG()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go593 IP_MF = 0x2000 const
Dzerrors_dragonfly_amd64.go810 IP_MF = 0x2000 const
Dzerrors_openbsd_arm.go835 IP_MF = 0x2000 const
Dzerrors_openbsd_amd64.go871 IP_MF = 0x2000 const
Dzerrors_openbsd_386.go836 IP_MF = 0x2000 const
Dzerrors_darwin_386.go837 IP_MF = 0x2000 const
Dzerrors_darwin_arm64.go837 IP_MF = 0x2000 const
Dzerrors_darwin_amd64.go837 IP_MF = 0x2000 const
Dzerrors_netbsd_arm.go932 IP_MF = 0x2000 const
Dzerrors_darwin_arm.go837 IP_MF = 0x2000 const
Dzerrors_freebsd_386.go909 IP_MF = 0x2000 const
Dzerrors_freebsd_arm.go916 IP_MF = 0x2000 const
Dzerrors_netbsd_386.go950 IP_MF = 0x2000 const
Dzerrors_freebsd_amd64.go909 IP_MF = 0x2000 const
Dzerrors_netbsd_amd64.go940 IP_MF = 0x2000 const
Dzerrors_linux_sparc64.go688 IP_MF = 0x2000 const
Dzerrors_linux_mipsle.go828 IP_MF = 0x2000 const
Dzerrors_linux_s390x.go828 IP_MF = 0x2000 const

12