OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ift
(Results
1 - 2
of
2
) sorted by null
/external/dhcpcd-6.8.2/
if.c
523
/*
IFT
already checked */
699
struct interface *ifp, *
ift
;
local
711
TAILQ_FOREACH(
ift
, &sorted, next) {
712
if (if_cmp(ifp,
ift
) == -1) {
713
TAILQ_INSERT_BEFORE(
ift
, ifp, next);
717
if (
ift
== NULL)
/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 62 milliseconds