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

/external/dhcpcd/
H A Dif-pref.c79 struct interface *sorted, *ifp, *ifn, *ift; local
94 for (ift = sorted; ift->next; ift = ift->next) {
95 if (ifcmp(ifp, ift->next) == -1) {
96 ifp->next = ift->next;
97 ift->next = ifp;
102 if (!ift->next) {
103 ift
[all...]
H A Ddhcpcd.c1474 struct interface *ifl, *ifn, *ifp, *ifs, *ift; local
1480 for (ifp = ifs; ifp && (ift = ifp->next, 1); ifp = ift) {
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Ddriver_nl80211.c3627 int ift = nla_type(nl_mode); local
3628 if (ift == NL80211_IFTYPE_P2P_GO ||
3629 ift == NL80211_IFTYPE_P2P_CLIENT)
3631 if (ift == NL80211_IFTYPE_STATION)
/external/wpa_supplicant_8/src/drivers/
H A Ddriver_nl80211.c3627 int ift = nla_type(nl_mode); local
3628 if (ift == NL80211_IFTYPE_P2P_GO ||
3629 ift == NL80211_IFTYPE_P2P_CLIENT)
3631 if (ift == NL80211_IFTYPE_STATION)
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Ddriver_nl80211.c3627 int ift = nla_type(nl_mode); local
3628 if (ift == NL80211_IFTYPE_P2P_GO ||
3629 ift == NL80211_IFTYPE_P2P_CLIENT)
3631 if (ift == NL80211_IFTYPE_STATION)

Completed in 636 milliseconds