Searched refs:ifidx (Results 1 – 11 of 11) sorted by relevance
/external/iputils/ |
D | rarpd.c | 37 int ifidx; variable 134 if (ifidx && ifrp->ifr_ifindex != ifidx) in load_if() 439 if (ifidx && sll.sll_ifindex != ifidx) in serve_it() 622 ifidx = ifr.ifr_ifindex; in main() 639 sll.sll_ifindex = all_ifaces ? 0 : ifidx; in main() 651 sll.sll_ifindex = all_ifaces ? 0 : ifidx; in main()
|
/external/ltp/testcases/network/stress/ns-tools/ |
D | ns-common.c | 373 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()
|
/external/wpa_supplicant_8/src/drivers/ |
D | driver_nl80211.c | 178 static void add_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx, 180 static void del_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx, 182 static int have_ifidx(struct wpa_driver_nl80211_data *drv, int ifidx, 5440 void nl80211_remove_iface(struct wpa_driver_nl80211_data *drv, int ifidx) in nl80211_remove_iface() argument 5445 wpa_printf(MSG_DEBUG, "nl80211: Remove interface ifindex=%d", ifidx); in nl80211_remove_iface() 5451 del_ifidx(drv2, ifidx, IFIDX_ANY); in nl80211_remove_iface() 5453 del_ifidx(drv2, IFIDX_ANY, ifidx); in nl80211_remove_iface() 5456 msg = nl80211_ifindex_msg(drv, ifidx, 0, NL80211_CMD_DEL_INTERFACE); in nl80211_remove_iface() 5459 wpa_printf(MSG_ERROR, "Failed to remove interface (ifidx=%d)", ifidx); in nl80211_remove_iface() 5504 int ifidx; in nl80211_create_iface_once() local [all …]
|
D | driver_nl80211_event.c | 666 int ifidx; in mlme_event_ch_switch() local 674 ifidx = nla_get_u32(ifindex); in mlme_event_ch_switch() 675 bss = get_bss_ifindex(drv, ifidx); in mlme_event_ch_switch() 678 ifidx); in mlme_event_ch_switch() 3097 int ifidx = -1, wiphy_idx = -1, wiphy_idx_rx = -1; in process_global_event() local 3107 ifidx = nla_get_u32(tb[NL80211_ATTR_IFINDEX]); in process_global_event() 3121 if ((ifidx == -1 && !wiphy_idx_set && !wdev_id_set) || in process_global_event() 3122 ifidx == bss->ifindex || in process_global_event() 3133 ifidx, (long long unsigned int) wdev_id); in process_global_event()
|
D | driver_nl80211.h | 258 void nl80211_remove_iface(struct wpa_driver_nl80211_data *drv, int ifidx);
|
D | driver.h | 5134 u32 ifidx; member
|
/external/scapy/scapy/arch/windows/ |
D | __init__.py | 810 for dst, mask, gw, ifidx, metric in partial_routes: 811 if ifidx in iface_indexes: 812 iface = iface_indexes[ifidx]
|
/external/cpuinfo/test/dmesg/ |
D | nexus6.log | 1803 [ 24.146733] wl_host_event: Invalid ifidx 0 for wl0 1806 [ 24.150117] wl_host_event: Invalid ifidx 0 for wl0 1807 [ 24.151276] wl_host_event: Invalid ifidx 0 for wl0
|
D | nexus6p.log | 1870 [ 22.412606] wl_host_event: Invalid ifidx 0 for wl0 1873 [ 22.416429] wl_host_event: Invalid ifidx 0 for wl0 1875 [ 22.416573] wl_host_event: Invalid ifidx 0 for wl0
|
D | galaxy-s8-us.log | 5503 [ 18.258129] I[0: Binder:759_2: 1638] MACEVENT: WLC_E_IF, opcode:0x1 ifidx:0 5506 [ 18.258713] I[0: Binder:759_2: 1638] MACEVENT: WLC_E_IF, opcode:0x1 ifidx:0 5976 [ 27.904848] I[0:MediaScannerSer: 4081] MACEVENT: WLC_E_IF, opcode:0x3 ifidx:0 6108 [ 28.735730] I[0: GLThread 39: 2436] MACEVENT: WLC_E_IF, opcode:0x1 ifidx:0
|
/external/mesa3d/src/gallium/drivers/r600/ |
D | r600_shader.c | 10566 static void emit_return_on_flag(struct r600_shader_ctx *ctx, unsigned ifidx) 10571 pops(ctx, ifidx + 1);
|