HomeSort by relevance Sort by last modified time
    Searched refs:IP_MF (Results 1 - 25 of 36) sorted by null

1 2

  /device/linaro/bootloader/edk2/StdLib/Include/netinet/
ip.h 81 #define IP_MF 0x2000 /* more fragments flag */
  /external/tcpdump/
ip.h 61 #define IP_MF 0x2000 /* more fragments flag */
print-ip.c 324 { IP_MF, "+" },
397 ipds->off & (IP_MF|IP_OFFMASK));
403 ipds->off & (IP_MF|IP_OFFMASK));
409 ipds->off & (IP_MF|IP_OFFMASK));
print-esp.c 726 if (EXTRACT_16BITS(&ip->ip_off) & IP_MF)
  /external/android-clat/
translate.c 184 if (frag_off == 0 && (frag_flags & IP_MF) == 0) {
193 if (frag_flags & IP_MF) {
212 frag_off |= IP_MF;
dump.c 60 if (frag_flags & IP_MF) {
clatd_test.cpp 190 return ntohs(ip->frag_off) & (IP_OFFMASK | IP_MF);
366 ip->frag_off &= ~htons(IP_MF);
    [all...]
  /bionic/libc/include/netinet/
ip.h 64 #define IP_MF 0x2000 /* more fragments flag */
  /external/linux-kselftest/tools/testing/selftests/bpf/
bpf_flow.c 38 #define IP_MF 0x2000
257 if (iph->frag_off & bpf_htons(IP_MF | IP_OFFSET)) {
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_arm.go     [all...]
zerrors_netbsd_386.go     [all...]
zerrors_netbsd_amd64.go     [all...]
zerrors_netbsd_arm.go     [all...]
zerrors_openbsd_386.go     [all...]
zerrors_openbsd_amd64.go     [all...]
zerrors_openbsd_arm.go     [all...]
zerrors_solaris_amd64.go 593 IP_MF = 0x2000
    [all...]
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_linux_sparc64.go 688 IP_MF = 0x2000
    [all...]

Completed in 1119 milliseconds

1 2