Lines Matching defs:rtm
727 struct rt_msghdr *rtm;
742 rtm = (struct rt_msghdr *) drv->event_buf;
743 if (rtm->rtm_version != RTM_VERSION) {
745 rtm->rtm_version);
748 ifan = (struct if_announcemsghdr *) rtm;
749 switch (rtm->rtm_type) {
1182 struct rt_msghdr *rtm;
1197 rtm = (struct rt_msghdr *) drv->event_buf;
1198 if (rtm->rtm_version != RTM_VERSION) {
1200 rtm->rtm_version);
1204 switch (rtm->rtm_type) {
1206 ifan = (struct if_announcemsghdr *) rtm;
1224 ifan = (struct if_announcemsghdr *) rtm;
1274 ifm = (struct if_msghdr *) rtm;
1277 if ((rtm->rtm_flags & RTF_UP) == 0) {