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

/freebsd-12-stable/lib/libc/net/
H A Dgetifmaddrs.c68 struct ifmaddrs *ifa, *ift; local
127 ift = ifa;
149 ift->ifma_lladdr =
156 ift->ifma_name =
163 ift->ifma_addr =
175 ift->ifma_next = ift + 1;
176 ift = ift->ifma_next;
183 if (ift > if
[all...]
H A Dgetifaddrs.c97 struct ifaddrs *ifa, *ift; local
216 ift = ifa;
235 cif = ift;
236 ift->ifa_name = names;
237 ift->ifa_flags = (int)ifm->ifm_flags;
242 ift->ifa_addr = (struct sockaddr *)(void *)data;
249 ift->ifa_data = data = (void *)ALIGN(data);
253 ift = (ift->ifa_next = ift
[all...]
/freebsd-12-stable/usr.bin/netstat/
H A Dif.c576 struct iftot ift[2], *new, *old; local
580 new = &ift[0];
581 old = &ift[1];
643 if (new == &ift[0]) {
644 new = &ift[1];
645 old = &ift[0];
647 new = &ift[0];
648 old = &ift[1];
/freebsd-12-stable/lib/libifconfig/
H A Dlibifconfig.c156 struct ifaddrs *ift; local
158 for (ift = ifa;
159 ift != NULL &&
160 ift->ifa_addr != NULL &&
161 strcmp(ift->ifa_name, ifa->ifa_name) == 0;
162 ift = ift->ifa_next) {
163 cb(h, ift, udata);
/freebsd-12-stable/sbin/ifconfig/
H A Difconfig.c1371 struct ifaddrs *ift; local
1430 for (ift = ifa; ift != NULL; ift = ift->ifa_next) {
1431 if (ift->ifa_addr == NULL)
1433 if (strcmp(ifa->ifa_name, ift->ifa_name) != 0)
1437 p = af_getbyfamily(ift->ifa_addr->sa_family);
1439 p->af_status(s, ift);
1440 } else if (afp->af_af == ift
[all...]
/freebsd-12-stable/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c177 int ift = nla_type(nl_mode); local
178 if (ift == NL80211_IFTYPE_P2P_GO ||
179 ift == NL80211_IFTYPE_P2P_CLIENT)
181 if (ift == NL80211_IFTYPE_STATION)

Completed in 192 milliseconds