HomeSort by: relevance | last modified time | path
    Searched defs:last_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 in function:ieee80211_sysctl_node
413 last_ifindex = 0;
424 if (cur_ifindex != last_ifindex) {
427 last_ifindex = cur_ifindex;
ieee80211_netbsd.c 384 u_int cur_ifindex, ifcount, ifindex, last_ifindex, op, arg, hdr_type; local in function:ieee80211_sysctl_node
413 last_ifindex = 0;
424 if (cur_ifindex != last_ifindex) {
427 last_ifindex = cur_ifindex;

Completed in 21 milliseconds