Searched refs:RTM_BASE (Results 1 – 3 of 3) sorted by relevance
43 #define RTM_BASE 0x10 macro44 #define RTM_NEWLINK (RTM_BASE + 0)45 #define RTM_DELLINK (RTM_BASE + 1)46 #define RTM_SETLINK (RTM_BASE + 3)
25 RTM_BASE = 16, enumerator26 #define RTM_BASE RTM_BASE macro164 #define RTM_NR_MSGTYPES (RTM_MAX + 1 - RTM_BASE)166 #define RTM_FAM(cmd) (((cmd) - RTM_BASE) >> 2)