Searched refs:RTM_BASE (Results 1 – 18 of 18) sorted by relevance
/external/strace/ |
D | 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/ |
D | priv_netlink.h | 43 #define RTM_BASE 0x10 macro 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/ |
D | rtnetlink.h | 24 RTM_BASE = 16, enumerator 25 #define RTM_BASE RTM_BASE macro 127 #define RTM_NR_MSGTYPES (RTM_MAX + 1 - RTM_BASE) 129 #define RTM_FAM(cmd) (((cmd) - RTM_BASE) >> 2)
|
/external/iproute2/include/uapi/linux/ |
D | rtnetlink.h | 25 RTM_BASE = 16, enumerator 26 #define RTM_BASE RTM_BASE macro 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/ |
D | rtnetlink.h | 25 RTM_BASE = 16, enumerator 26 #define RTM_BASE RTM_BASE macro 164 #define RTM_NR_MSGTYPES (RTM_MAX + 1 - RTM_BASE) 166 #define RTM_FAM(cmd) (((cmd) - RTM_BASE) >> 2)
|
/external/mdnsresponder/mDNSPosix/ |
D | mDNSPosix.c | 1036 …pNLMsg->nlmsg_type < RTM_BASE ? kNLMsgTypes[pNLMsg->nlmsg_type] : kNLRtMsgTypes[pNLMsg->nlmsg_type… in PrintNetLinkMsg()
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_linux_sparc64.go | 1273 RTM_BASE = 0x10 const
|
D | zerrors_linux_mipsle.go | 1537 RTM_BASE = 0x10 const
|
D | zerrors_linux_s390x.go | 1597 RTM_BASE = 0x10 const
|
D | zerrors_linux_arm.go | 1543 RTM_BASE = 0x10 const
|
D | zerrors_linux_ppc64le.go | 1593 RTM_BASE = 0x10 const
|
D | zerrors_linux_mips64.go | 1537 RTM_BASE = 0x10 const
|
D | zerrors_linux_ppc64.go | 1593 RTM_BASE = 0x10 const
|
D | zerrors_linux_amd64.go | 1537 RTM_BASE = 0x10 const
|
D | zerrors_linux_mips64le.go | 1537 RTM_BASE = 0x10 const
|
D | zerrors_linux_386.go | 1536 RTM_BASE = 0x10 const
|
D | zerrors_linux_mips.go | 1537 RTM_BASE = 0x10 const
|
D | zerrors_linux_arm64.go | 1527 RTM_BASE = 0x10 const
|