Home | History | Annotate | Download | only in net

Lines Matching defs:rtm

82 	struct rt_msghdr *rtm;
104 for (next = buf; next < buf + needed; next += rtm->rtm_msglen) {
105 rtm = (struct rt_msghdr *)(void *)next;
106 if (rtm->rtm_version != RTM_VERSION)
108 switch (rtm->rtm_type) {
110 ifm = (struct if_msghdr *)(void *)rtm;
126 ifam = (struct ifa_msghdr *)(void *)rtm;
184 for (next = buf; next < buf + needed; next += rtm->rtm_msglen) {
185 rtm = (struct rt_msghdr *)(void *)next;
186 if (rtm->rtm_version != RTM_VERSION)
188 switch (rtm->rtm_type) {
190 ifm = (struct if_msghdr *)(void *)rtm;
219 ifam = (struct ifa_msghdr *)(void *)rtm;