HomeSort by: relevance | last modified time | path
    Searched defs:cur_ifindex (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/net80211/
ieee80211_netbsd.c 384 u_int cur_ifindex, ifcount, ifindex, last_ifindex, op, arg, hdr_type; local
422 cur_ifindex = ic->ic_ifp->if_index;
424 if (cur_ifindex != last_ifindex) {
427 last_ifindex = cur_ifindex;
445 ieee80211_sysctl_fill_node(ni, &ns, cur_ifindex,
ieee80211_netbsd.c 384 u_int cur_ifindex, ifcount, ifindex, last_ifindex, op, arg, hdr_type; local
422 cur_ifindex = ic->ic_ifp->if_index;
424 if (cur_ifindex != last_ifindex) {
427 last_ifindex = cur_ifindex;
445 ieee80211_sysctl_fill_node(ni, &ns, cur_ifindex,

Completed in 37 milliseconds