/external/strace/ |
netlink_route.c | 55 [RTM_DELLINK - RTM_BASE] = decode_ifinfomsg, 56 [RTM_GETLINK - RTM_BASE] = decode_ifinfomsg, 57 [RTM_NEWLINK - RTM_BASE] = decode_ifinfomsg, 58 [RTM_SETLINK - RTM_BASE] = decode_ifinfomsg, 60 [RTM_DELADDR - RTM_BASE] = decode_ifaddrmsg, 61 [RTM_GETADDR - RTM_BASE] = decode_ifaddrmsg, 62 [RTM_GETANYCAST - RTM_BASE] = decode_ifaddrmsg, 63 [RTM_GETMULTICAST - RTM_BASE] = decode_ifaddrmsg, 64 [RTM_NEWADDR - RTM_BASE] = decode_ifaddrmsg, 66 [RTM_DELROUTE - RTM_BASE] = decode_rtmsg [all...] |
/external/wpa_supplicant_8/src/drivers/ |
priv_netlink.h | 43 #define RTM_BASE 0x10 44 #define RTM_NEWLINK (RTM_BASE + 0) 45 #define RTM_DELLINK (RTM_BASE + 1) 46 #define RTM_SETLINK (RTM_BASE + 3)
|
/external/libnl/include/linux-private/linux/ |
rtnetlink.h | 24 RTM_BASE = 16, 25 #define RTM_BASE RTM_BASE 127 #define RTM_NR_MSGTYPES (RTM_MAX + 1 - RTM_BASE) 129 #define RTM_FAM(cmd) (((cmd) - RTM_BASE) >> 2)
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
rtnetlink.h | 24 RTM_BASE = 16, 25 #define RTM_BASE RTM_BASE 127 #define RTM_NR_MSGTYPES (RTM_MAX + 1 - RTM_BASE) 129 #define RTM_FAM(cmd) (((cmd) - RTM_BASE) >> 2)
|
/bionic/libc/kernel/uapi/linux/ |
rtnetlink.h | 30 RTM_BASE = 16, 31 #define RTM_BASE RTM_BASE 139 #define RTM_NR_MSGTYPES (RTM_MAX + 1 - RTM_BASE) 141 #define RTM_FAM(cmd) (((cmd) - RTM_BASE) >> 2)
|
/external/iproute2/include/uapi/linux/ |
rtnetlink.h | 25 RTM_BASE = 16, 26 #define RTM_BASE RTM_BASE 157 #define RTM_NR_MSGTYPES (RTM_MAX + 1 - RTM_BASE) 159 #define RTM_FAM(cmd) (((cmd) - RTM_BASE) >> 2)
|
/external/kernel-headers/original/uapi/linux/ |
rtnetlink.h | 25 RTM_BASE = 16, 26 #define RTM_BASE RTM_BASE 157 #define RTM_NR_MSGTYPES (RTM_MAX + 1 - RTM_BASE) 159 #define RTM_FAM(cmd) (((cmd) - RTM_BASE) >> 2)
|
/external/mdnsresponder/mDNSPosix/ |
mDNSPosix.c | [all...] |
/prebuilts/go/darwin-x86/src/syscall/ |
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...] |
zerrors_linux_mips64le.go | [all...] |
zerrors_linux_mipsle.go | [all...] |
zerrors_linux_ppc64.go | [all...] |
/prebuilts/go/linux-x86/src/syscall/ |
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...] |
zerrors_linux_mips64le.go | [all...] |
zerrors_linux_mipsle.go | [all...] |