OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ift
(Results
1 - 3
of
3
) sorted by null
/external/dhcpcd/
if-pref.c
79
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
->next = ifp
[
all
...]
dhcpcd.c
1474
struct interface *ifl, *ifn, *ifp, *ifs, *
ift
;
local
[
all
...]
/external/wpa_supplicant_8/src/drivers/
driver_nl80211_capa.c
181
int
ift
= nla_type(nl_mode);
local
182
if (
ift
== NL80211_IFTYPE_P2P_GO ||
183
ift
== NL80211_IFTYPE_P2P_CLIENT)
185
if (
ift
== NL80211_IFTYPE_STATION)
[
all
...]
Completed in 472 milliseconds