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

/barrelfish-master/lib/libc/net/
H A Dgetifmaddrs.c66 struct ifmaddrs *ifa, *ift; local
125 ift = ifa;
147 ift->ifma_lladdr =
154 ift->ifma_name =
161 ift->ifma_addr =
173 ift->ifma_next = ift + 1;
174 ift = ift->ifma_next;
181 if (ift > if
[all...]
H A Dgetifaddrs.c95 struct ifaddrs *ifa, *ift; local
214 ift = ifa;
233 cif = ift;
234 ift->ifa_name = names;
235 ift->ifa_flags = (int)ifm->ifm_flags;
240 ift->ifa_addr = (struct sockaddr *)(void *)data;
247 ift->ifa_data = data = (void *)ALIGN(data);
251 ift = (ift->ifa_next = ift
[all...]

Completed in 26 milliseconds