Searched refs:rtm (Results 1 - 2 of 2) sorted by relevance

/barrelfish-master/lib/libc/net/
H A Dgetifmaddrs.c67 struct rt_msghdr *rtm; local
91 for (next = buf; next < buf + needed; next += rtm->rtm_msglen) {
92 rtm = (struct rt_msghdr *)(void *)next;
93 if (rtm->rtm_version != RTM_VERSION)
95 switch (rtm->rtm_type) {
97 ifmam = (struct ifma_msghdr *)(void *)rtm;
127 for (next = buf; next < buf + needed; next += rtm->rtm_msglen) {
128 rtm = (struct rt_msghdr *)(void *)next;
129 if (rtm->rtm_version != RTM_VERSION)
132 switch (rtm
[all...]
H A Dgetifaddrs.c90 struct rt_msghdr *rtm; local
135 for (next = buf; next < buf + needed; next += rtm->rtm_msglen) {
136 rtm = (struct rt_msghdr *)(void *)next;
137 if (rtm->rtm_version != RTM_VERSION)
139 switch (rtm->rtm_type) {
141 ifm = (struct if_msghdrl *)(void *)rtm;
156 ifam = (struct ifa_msghdrl *)(void *)rtm;
218 for (next = buf; next < buf + needed; next += rtm->rtm_msglen) {
219 rtm = (struct rt_msghdr *)(void *)next;
220 if (rtm
[all...]

Completed in 75 milliseconds