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

1 2 3

  /bionic/libc/kernel/uapi/linux/
route.h 40 #define RTF_GATEWAY 0x0002
  /external/autotest/client/cros/
routing.py 20 RTF_GATEWAY = 0x0002
40 if self.flagbits & RTF_GATEWAY:
60 return self.flagbits & RTF_GATEWAY
63 return (self.flagbits & RTF_GATEWAY) == 0
84 return (self.flagbits & RTF_GATEWAY) and self.destination == 0
  /external/kernel-headers/original/uapi/linux/
route.h 34 struct sockaddr rt_gateway; /* gateway addr (RTF_GATEWAY) */
52 #define RTF_GATEWAY 0x0002 /* destination is a gateway */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
route.h 33 struct sockaddr rt_gateway; /* gateway addr (RTF_GATEWAY) */
49 #define RTF_GATEWAY 0x0002 /* destination is a gateway */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/net/
route.h 36 struct sockaddr rt_gateway; /* Gateway addr (RTF_GATEWAY). */
74 #define RTF_GATEWAY 0x0002 /* Destination is a gateway. */
  /device/linaro/bootloader/edk2/StdLib/Include/net/
route.h 140 #define RTF_GATEWAY 0x2 /* destination is a gateway */
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go 752 RTF_GATEWAY = 0x2
    [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_solaris_amd64.go 700 RTF_GATEWAY = 0x2
    [all...]
zerrors_dragonfly_amd64.go     [all...]
zerrors_freebsd_386.go     [all...]
zerrors_freebsd_amd64.go     [all...]
zerrors_freebsd_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...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_darwin_386.go     [all...]
zerrors_darwin_amd64.go     [all...]
zerrors_darwin_arm.go 752 RTF_GATEWAY = 0x2
    [all...]
zerrors_darwin_arm64.go     [all...]
zerrors_solaris_amd64.go 700 RTF_GATEWAY = 0x2
    [all...]

Completed in 1897 milliseconds

1 2 3