HomeSort by: relevance | last modified time | path
    Searched defs:ifcount (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
412 ifcount = 0;
426 ifcount++;
462 *oldlenp += ifcount * IEEE80211_SYSCTL_NODE_GROWTH * eltsize;
  /src/external/bsd/libpcap/dist/
sf-pcapng.c 229 bpf_u_int32 ifcount; /* number of interfaces seen in this capture */ member in struct:pcap_ng_sf
604 ps->ifcount++;
609 if (ps->ifcount > ps->ifaces_size) {
694 ps->ifcount);
701 ps->ifaces[ps->ifcount - 1].snaplen = idbp->snaplen;
718 ps->ifaces[ps->ifcount - 1].tsresol = tsresol;
719 ps->ifaces[ps->ifcount - 1].tsoffset = tsoffset;
730 ps->ifaces[ps->ifcount - 1].scale_type = PASS_THROUGH;
737 ps->ifaces[ps->ifcount - 1].scale_type = SCALE_DOWN_BIN;
742 ps->ifaces[ps->ifcount - 1].scale_factor = tsresol/ps->user_tsresol
    [all...]

Completed in 15 milliseconds