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/
H A 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/
H A 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; nl80211_create_iface_once() local
6708 add_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx, int ifidx_reason) add_ifidx() argument
6758 del_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx, int ifidx_reason) del_ifidx() argument
6777 have_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx, int ifidx_reason) have_ifidx() argument
7155 int ifidx; wpa_driver_nl80211_if_add() local
8103 add_survey(struct nlattr **sinfo, u32 ifidx, struct dl_list *survey_list) add_survey() argument
8176 u32 ifidx; survey_handler() local
[all...]
H A 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()
H A Ddriver_nl80211.h238 void nl80211_remove_iface(struct wpa_driver_nl80211_data *drv, int ifidx);
H A Ddriver.h4832 * @ifidx: Interface index in which this survey was observed
4845 u32 ifidx; member
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
H A Ddriver_nl80211.c190 static void add_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx,
192 static void del_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx,
194 static int have_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx,
5619 void nl80211_remove_iface(struct wpa_driver_nl80211_data *drv, int ifidx) in nl80211_remove_iface() argument
5624 wpa_printf(MSG_INFO, "nl80211: Remove interface ifindex=%d", ifidx); in nl80211_remove_iface()
5630 del_ifidx(drv2, ifidx, IFIDX_ANY); in nl80211_remove_iface()
5632 del_ifidx(drv2, IFIDX_ANY, ifidx); in nl80211_remove_iface()
5635 msg = nl80211_ifindex_msg(drv, ifidx, 0, NL80211_CMD_DEL_INTERFACE); in nl80211_remove_iface()
5638 wpa_printf(MSG_ERROR, "Failed to remove interface (ifidx=%d)", ifidx); in nl80211_remove_iface()
5683 int ifidx; nl80211_create_iface_once() local
7776 add_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx, int ifidx_reason) global() argument
7826 del_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx, int ifidx_reason) global() argument
7845 have_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx, int ifidx_reason) global() argument
8237 int ifidx; global() local
9406 add_survey(struct nlattr **sinfo, u32 ifidx, struct dl_list *survey_list) global() argument
9479 u32 ifidx; global() local
[all...]
H A Ddriver_nl80211_event.c982 int ifidx; local
990 ifidx = nla_get_u32(ifindex);
991 bss = get_bss_ifindex(drv, ifidx);
994 ifidx);
3570 int ifidx = -1, wiphy_idx = -1, wiphy_idx_rx = -1; local
3580 ifidx = nla_get_u32(tb[NL80211_ATTR_IFINDEX]);
3594 if ((ifidx == -1 && !wiphy_idx_set && !wdev_id_set) ||
3595 ifidx == bss->ifindex ||
3613 ifidx, (long long unsigned int) wdev_id);
H A Ddriver_nl80211.h285 void nl80211_remove_iface(struct wpa_driver_nl80211_data *drv, int ifidx);
H A Ddriver.h5326 * @ifidx: Interface index in which this survey was observed
5339 u32 ifidx; member
/third_party/mesa3d/src/gallium/drivers/r600/
H A Dr600_shader.c10608 static void emit_return_on_flag(struct r600_shader_ctx *ctx, unsigned ifidx)
10613 pops(ctx, ifidx + 1);

Completed in 57 milliseconds