Home
last modified time | relevance | path

Searched refs:if_type (Results 1 – 11 of 11) sorted by relevance

/external/apache-commons-bcel/src/examples/Mini/
DASTIfExpr.java94 int then_type, else_type, if_type; in eval() local
96 if((if_type=if_expr.eval(T_BOOLEAN)) != T_BOOLEAN) { in eval()
99 TYPE_NAMES[if_type] + "."); in eval()
/external/autotest/server/
Dsite_linux_system.py123 if_type=interface.if_type,
515 if net_dev.phy == phy and net_dev.if_type == phytype:
528 if_type=phytype, inherited=False)
616 if net_dev.if_type == 'monitor':
625 dev.if_type != 'monitor')]
/external/autotest/client/common_lib/cros/network/
Diw_runner.py653 if_type = None
659 if_type = None
672 if_type = m.group(1)
674 if_type=if_type))
680 if interface.if_type == desired_if_type]
/external/usrsctp/usrsctplib/netinet/
Dsctp_bsd_addr.c264 switch (ifn->if_type) {
632 ifn->if_type,
724 ifa->ifa_ifp->if_index, ifa->ifa_ifp->if_type, ifa->ifa_ifp->if_xname,
Dsctp_os_userspace.h266 …ro_rt->rt_ifa && (ro)->ro_rt->rt_ifa->ifa_ifp && (ro)->ro_rt->rt_ifa->ifa_ifp->if_type == IFT_LOOP)
/external/wpa_supplicant_8/wpa_supplicant/
Ddriver_i.h965 enum wpa_driver_if_type if_type, in wpa_drv_get_pref_freq_list() argument
972 wpa_s, if_type, num, freq_list); in wpa_drv_get_pref_freq_list()
976 return wpa_s->driver->get_pref_freq_list(wpa_s->drv_priv, if_type, in wpa_drv_get_pref_freq_list()
Dwpa_supplicant_i.h1727 enum wpa_driver_if_type if_type,
Dctrl_iface.c8104 enum wpa_driver_if_type if_type, in wpas_ctrl_iface_get_pref_freq_list_override() argument
8116 if (atoi(pos) == (int) if_type) in wpas_ctrl_iface_get_pref_freq_list_override()
/external/wpa_supplicant_8/src/ap/
Dvlan_full.c14 #undef if_type
/external/wpa_supplicant_8/src/drivers/
Ddriver.h4367 int (*get_pref_freq_list)(void *priv, enum wpa_driver_if_type if_type,
Ddriver_nl80211.c11273 enum wpa_driver_if_type if_type, in nl80211_get_pref_freq_list() argument
11289 switch (if_type) { in nl80211_get_pref_freq_list()