Home | History | Annotate | Download | only in drivers

Lines Matching refs:rtm

778 	struct rt_msghdr *rtm;
802 rtm = (struct rt_msghdr *) buf;
803 if (rtm->rtm_version != RTM_VERSION) {
805 rtm->rtm_version);
809 ifan = (struct if_announcemsghdr *) rtm;
810 switch (rtm->rtm_type) {
1208 struct rt_msghdr *rtm;
1232 rtm = (struct rt_msghdr *) buf;
1233 if (rtm->rtm_version != RTM_VERSION) {
1235 rtm->rtm_version);
1240 switch (rtm->rtm_type) {
1242 ifan = (struct if_announcemsghdr *) rtm;
1261 ifan = (struct if_announcemsghdr *) rtm;
1311 ifm = (struct if_msghdr *) rtm;
1314 if ((rtm->rtm_flags & RTF_UP) == 0) {