Searched refs:if_type (Results 1 – 11 of 11) sorted by relevance
/external/apache-commons-bcel/src/examples/Mini/ |
D | ASTIfExpr.java | 94 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/ |
D | site_linux_system.py | 123 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/ |
D | iw_runner.py | 653 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/ |
D | sctp_bsd_addr.c | 264 switch (ifn->if_type) { 632 ifn->if_type, 724 ifa->ifa_ifp->if_index, ifa->ifa_ifp->if_type, ifa->ifa_ifp->if_xname,
|
D | sctp_os_userspace.h | 266 …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/ |
D | driver_i.h | 965 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()
|
D | wpa_supplicant_i.h | 1727 enum wpa_driver_if_type if_type,
|
D | ctrl_iface.c | 8104 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/ |
D | vlan_full.c | 14 #undef if_type
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver.h | 4367 int (*get_pref_freq_list)(void *priv, enum wpa_driver_if_type if_type,
|
D | driver_nl80211.c | 11273 enum wpa_driver_if_type if_type, in nl80211_get_pref_freq_list() argument 11289 switch (if_type) { in nl80211_get_pref_freq_list()
|