OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:other_iface
(Results
1 - 2
of
2
) sorted by null
/external/wpa_supplicant_8/src/fst/
fst_group.c
285
struct fst_iface *
other_iface
;
local
304
foreach_fst_group_iface(fst_iface_get_group(iface),
other_iface
) {
305
if (
other_iface
== iface ||
306
band_id != fst_iface_get_band_id(
other_iface
))
308
if (fst_iface_is_connected(
other_iface
, tmp_peer_addr, FALSE)) {
310
return
other_iface
;
328
* This function iterates all connection (
other_iface
, cur_peer_addr tuples).
329
* For each connection, MB IE (of cur_peer_addr on
other_iface
) is parsed and
342
struct fst_iface *
other_iface
;
local
345
foreach_fst_group_iface(fst_iface_get_group(iface),
other_iface
) {
395
struct fst_iface *
other_iface
;
local
[
all
...]
/hardware/qcom/data/ipacfg-mgr/msm8998/ipacm/src/
IPACM_LanToLan.cpp
721
IPACM_LanToLan_Iface *
other_iface
;
local
737
other_iface
= it_own_peer_info->peer;
741
for(it_other_iface_peer_info =
other_iface
->m_peer_iface_info.begin();
742
it_other_iface_peer_info !=
other_iface
->m_peer_iface_info.end();
748
other_iface
->clear_all_flt_rule_for_one_peer_iface(&(*it_other_iface_peer_info));
749
other_iface
->clear_all_rt_rule_for_one_peer_iface(&(*it_other_iface_peer_info));
751
other_iface
->m_peer_iface_info.erase(it_other_iface_peer_info);
752
other_iface
->del_hdr_proc_ctx(m_p_iface->tx_prop->tx[0].hdr_l2_type);
[
all
...]
Completed in 522 milliseconds