Searched refs:RTM_RTA (Results 1 – 2 of 2) sorted by relevance
165 rt_attr = (struct rtattr *)RTM_RTA(rt_msg); in read_route()407 rt_attr = (struct rtattr *)RTM_RTA(rt_msg); in read_arp()
388 #define RTM_RTA(r) ((struct rtattr*)(((char*)(r)) + NLMSG_ALIGN(sizeof(struct rtmsg)))) macro
Completed in 7 milliseconds