Home
last modified time | relevance | path

Searched refs:RTM_BASE (Results 1 – 18 of 18) sorted by relevance

/external/strace/
Dnetlink_route.c55 [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/
Dpriv_netlink.h43 #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/
Drtnetlink.h24 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/
Drtnetlink.h25 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/
Drtnetlink.h25 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/
DmDNSPosix.c1036 …pNLMsg->nlmsg_type < RTM_BASE ? kNLMsgTypes[pNLMsg->nlmsg_type] : kNLRtMsgTypes[pNLMsg->nlmsg_type… in PrintNetLinkMsg()
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1273 RTM_BASE = 0x10 const
Dzerrors_linux_mipsle.go1537 RTM_BASE = 0x10 const
Dzerrors_linux_s390x.go1597 RTM_BASE = 0x10 const
Dzerrors_linux_arm.go1543 RTM_BASE = 0x10 const
Dzerrors_linux_ppc64le.go1593 RTM_BASE = 0x10 const
Dzerrors_linux_mips64.go1537 RTM_BASE = 0x10 const
Dzerrors_linux_ppc64.go1593 RTM_BASE = 0x10 const
Dzerrors_linux_amd64.go1537 RTM_BASE = 0x10 const
Dzerrors_linux_mips64le.go1537 RTM_BASE = 0x10 const
Dzerrors_linux_386.go1536 RTM_BASE = 0x10 const
Dzerrors_linux_mips.go1537 RTM_BASE = 0x10 const
Dzerrors_linux_arm64.go1527 RTM_BASE = 0x10 const