Lines Matching defs:rtm
196 struct rtmsg *rtm;
211 rtm = mnl_nlmsg_put_extra_header(nlh, sizeof(struct rtmsg));
212 rtm->rtm_family = family;
213 rtm->rtm_dst_len = prefix;
214 rtm->rtm_src_len = 0;
215 rtm->rtm_tos = 0;
216 rtm->rtm_protocol = RTPROT_STATIC;
217 rtm->rtm_table = RT_TABLE_MAIN;
218 rtm->rtm_type = RTN_UNICAST;
219 rtm->rtm_scope = gw ? RT_SCOPE_UNIVERSE : RT_SCOPE_LINK;
220 rtm->rtm_flags = 0;