Home
last modified time | relevance | path

Searched refs:ifidx (Results 1 – 10 of 10) sorted by relevance

/third_party/ltp/testcases/network/stress/ns-tools/
Dns-common.c373 int ifidx, prefixlen, scope; in get_a_lla_byifindex() local
389 &ifidx, &prefixlen, &scope); in get_a_lla_byifindex()
397 if (ifidx != ifindex) in get_a_lla_byifindex()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211.c217 static void add_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx,
219 static void del_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx,
221 static int have_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx,
4805 void nl80211_remove_iface(struct wpa_driver_nl80211_data *drv, int ifidx) in nl80211_remove_iface() argument
4810 wpa_printf(MSG_DEBUG, "nl80211: Remove interface ifindex=%d", ifidx); in nl80211_remove_iface()
4816 del_ifidx(drv2, ifidx, IFIDX_ANY); in nl80211_remove_iface()
4818 del_ifidx(drv2, IFIDX_ANY, ifidx); in nl80211_remove_iface()
4821 msg = nl80211_ifindex_msg(drv, ifidx, 0, NL80211_CMD_DEL_INTERFACE); in nl80211_remove_iface()
4824 wpa_printf(MSG_ERROR, "Failed to remove interface (ifidx=%d)", ifidx); in nl80211_remove_iface()
4865 int ifidx; in nl80211_create_iface_once() local
[all …]
Ddriver_nl80211_event.c545 int ifidx; in mlme_event_ch_switch() local
553 ifidx = nla_get_u32(ifindex); in mlme_event_ch_switch()
554 bss = get_bss_ifindex(drv, ifidx); in mlme_event_ch_switch()
557 ifidx); in mlme_event_ch_switch()
2645 int ifidx = -1, wiphy_idx = -1, wiphy_idx_rx = -1; in process_global_event() local
2655 ifidx = nla_get_u32(tb[NL80211_ATTR_IFINDEX]); in process_global_event()
2669 if ((ifidx == -1 && !wiphy_idx_set && !wdev_id_set) || in process_global_event()
2670 ifidx == bss->ifindex || in process_global_event()
2681 ifidx, (long long unsigned int) wdev_id); in process_global_event()
Ddriver_nl80211.h238 void nl80211_remove_iface(struct wpa_driver_nl80211_data *drv, int ifidx);
Ddriver.h4845 u32 ifidx; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211.c177 static void add_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx,
179 static void del_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx,
181 static int have_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx,
5373 void nl80211_remove_iface(struct wpa_driver_nl80211_data *drv, int ifidx) in nl80211_remove_iface() argument
5378 wpa_printf(MSG_DEBUG, "nl80211: Remove interface ifindex=%d", ifidx); in nl80211_remove_iface()
5384 del_ifidx(drv2, ifidx, IFIDX_ANY); in nl80211_remove_iface()
5386 del_ifidx(drv2, IFIDX_ANY, ifidx); in nl80211_remove_iface()
5389 msg = nl80211_ifindex_msg(drv, ifidx, 0, NL80211_CMD_DEL_INTERFACE); in nl80211_remove_iface()
5392 wpa_printf(MSG_ERROR, "Failed to remove interface (ifidx=%d)", ifidx); in nl80211_remove_iface()
5437 int ifidx; in nl80211_create_iface_once() local
[all …]
Ddriver_nl80211_event.c693 int ifidx; in mlme_event_ch_switch() local
701 ifidx = nla_get_u32(ifindex); in mlme_event_ch_switch()
702 bss = get_bss_ifindex(drv, ifidx); in mlme_event_ch_switch()
705 ifidx); in mlme_event_ch_switch()
3118 int ifidx = -1, wiphy_idx = -1, wiphy_idx_rx = -1; in process_global_event() local
3128 ifidx = nla_get_u32(tb[NL80211_ATTR_IFINDEX]); in process_global_event()
3142 if ((ifidx == -1 && !wiphy_idx_set && !wdev_id_set) || in process_global_event()
3143 ifidx == bss->ifindex || in process_global_event()
3154 ifidx, (long long unsigned int) wdev_id); in process_global_event()
Ddriver_nl80211.h258 void nl80211_remove_iface(struct wpa_driver_nl80211_data *drv, int ifidx);
Ddriver.h5174 u32 ifidx; member
/third_party/mesa3d/src/gallium/drivers/r600/
Dr600_shader.c10580 static void emit_return_on_flag(struct r600_shader_ctx *ctx, unsigned ifidx)
10585 pops(ctx, ifidx + 1);