Searched refs:RTM_BASE (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/iproute2/include/linux/
H A Drtnetlink.h13 RTM_BASE = 16, enumerator in enum:__anon229
14 #define RTM_BASE RTM_BASE macro
103 #define RTM_NR_MSGTYPES (RTM_MAX + 1 - RTM_BASE)
105 #define RTM_FAM(cmd) (((cmd) - RTM_BASE) >> 2)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Drtnetlink.h16 RTM_BASE = 16, enumerator in enum:__anon10282
17 #define RTM_BASE RTM_BASE macro
104 #define RTM_NR_MSGTYPES (RTM_MAX + 1 - RTM_BASE)
106 #define RTM_FAM(cmd) (((cmd) - RTM_BASE) >> 2)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/net/core/
H A Drtnetlink.c104 int msgindex = msgtype - RTM_BASE;
779 int type = cb->nlh->nlmsg_type-RTM_BASE;
836 type -= RTM_BASE;

Completed in 91 milliseconds