HomeSort by relevance Sort by last modified time
    Searched defs:RTF_REJECT (Results 1 - 25 of 31) sorted by null

1 2

  /bionic/libc/kernel/uapi/linux/
route.h 49 #define RTF_REJECT 0x0200
  /external/kernel-headers/original/uapi/linux/
route.h 61 #define RTF_REJECT 0x0200 /* Reject route */
  /external/scapy/scapy/arch/
linux.py 80 RTF_REJECT = 0x0200
252 if flags & RTF_REJECT:
346 if fl & RTF_REJECT:
  /device/linaro/bootloader/edk2/StdLib/Include/net/
route.h 142 #define RTF_REJECT 0x8 /* host or net unreachable */
  /external/syzkaller/vendor/golang.org/x/sys/unix/
zerrors_solaris_amd64.go 763 RTF_REJECT = 0x8
    [all...]
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go     [all...]
zerrors_darwin_arm64.go     [all...]
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_linux_386.go     [all...]
zerrors_linux_amd64.go     [all...]
zerrors_linux_arm.go     [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go     [all...]
zerrors_linux_mips64.go     [all...]

Completed in 636 milliseconds

1 2