Searched defs:rtm (Results 1 – 2 of 2) sorted by relevance
58 rtmsg rtm = { .rtm_family = static_cast<uint8_t>(family) }; in TEST_F() local
99 #define NL_EVENT_RTM_NAME(rtm) case rtm: return #rtm; in rtMessageName() argument356 struct rtmsg *rtm = (struct rtmsg *) NLMSG_DATA(nh); in parseRtMessage() local