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

/freebsd-current/lib/libc/net/
H A Dgetifmaddrs.c65 struct ifmaddrs *ifa, *ift; local
124 ift = ifa;
146 ift->ifma_lladdr =
153 ift->ifma_name =
160 ift->ifma_addr =
172 ift->ifma_next = ift + 1;
173 ift = ift->ifma_next;
180 if (ift > if
[all...]
H A Dgetifaddrs.c94 struct ifaddrs *ifa, *ift; local
213 ift = ifa;
232 cif = ift;
233 ift->ifa_name = names;
234 ift->ifa_flags = (int)ifm->ifm_flags;
239 ift->ifa_addr = (struct sockaddr *)(void *)data;
246 ift->ifa_data = data = (void *)ALIGN(data);
250 ift = (ift->ifa_next = ift
[all...]
/freebsd-current/lib/libifconfig/
H A Dlibifconfig.c154 struct ifaddrs *ift; local
156 for (ift = ifa;
157 ift != NULL &&
158 ift->ifa_addr != NULL &&
159 strcmp(ift->ifa_name, ifa->ifa_name) == 0;
160 ift = ift->ifa_next) {
161 cb(h, ift, udata);
/freebsd-current/usr.bin/netstat/
H A Dif.c660 struct iftot ift[2], *new, *old; local
664 new = &ift[0];
665 old = &ift[1];
727 if (new == &ift[0]) {
728 new = &ift[1];
729 old = &ift[0];
731 new = &ift[0];
732 old = &ift[1];
/freebsd-current/sbin/ifconfig/
H A Difconfig.c1820 struct ifaddrs *ift; local
1850 for (ift = ifa; ift != NULL; ift = ift->ifa_next) {
1851 if (ift->ifa_addr == NULL)
1853 if (strcmp(ifa->ifa_name, ift->ifa_name) != 0)
1857 p = af_getbyfamily(ift->ifa_addr->sa_family);
1859 p->af_status(ctx, ift);
1860 } else if (args->afp->af_af == ift
[all...]
/freebsd-current/contrib/wpa/src/drivers/
H A Ddriver_nl80211_capa.c182 int ift = nla_type(nl_mode); local
183 if (ift == NL80211_IFTYPE_P2P_GO ||
184 ift == NL80211_IFTYPE_P2P_CLIENT)
186 if (ift == NL80211_IFTYPE_STATION)

Completed in 118 milliseconds