Lines Matching defs:rtm
203 struct rt_msghdr *rtm;
229 for (next = buf; next < lim; next += rtm->rtm_msglen) {
232 rtm = (struct rt_msghdr *)next;
233 if (rtm->rtm_version != RTM_VERSION)
235 switch (rtm->rtm_type) {
1127 struct rt_msghdr *rtm;
1151 for (next = buf; next < lim; next += rtm->rtm_msglen) {
1152 rtm = (struct rt_msghdr *)next;
1153 if (rtm->rtm_version != RTM_VERSION)
1155 switch (rtm->rtm_type) {