Lines Matching defs:rtm
735 struct rt_msghdr *rtm;
750 rtm = (struct rt_msghdr *) drv->event_buf;
751 if (rtm->rtm_version != RTM_VERSION) {
753 rtm->rtm_version);
756 ifan = (struct if_announcemsghdr *) rtm;
757 switch (rtm->rtm_type) {
1191 struct rt_msghdr *rtm;
1206 rtm = (struct rt_msghdr *) drv->event_buf;
1207 if (rtm->rtm_version != RTM_VERSION) {
1209 rtm->rtm_version);
1213 switch (rtm->rtm_type) {
1215 ifan = (struct if_announcemsghdr *) rtm;
1233 ifan = (struct if_announcemsghdr *) rtm;
1283 rtm;
1286 if ((rtm->rtm_flags & RTF_UP) == 0) {