HomeSort by: relevance | last modified time | path
    Searched refs:b_bytes (Results 1 - 3 of 3) sorted by relevancy

  /src/sys/netinet/
ip_mroute.c 2211 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) &&
2230 x->bm_threshold.b_bytes = req->bu_threshold.b_bytes;
2232 x->bm_measured.b_bytes = 0;
2301 (x->bm_threshold.b_bytes == req->bu_threshold.b_bytes) &&
2343 x->bm_measured.b_bytes = 0;
2349 x->bm_measured.b_bytes += plen;
2358 (x->bm_measured.b_bytes >= x->bm_threshold.b_bytes)))
    [all...]
ip_mroute.h 151 u_int64_t b_bytes; member in struct:bw_data
  /src/usr.bin/netstat/
mroute.c 296 (unsigned long long)bw_meter->bm_measured.b_bytes);
321 (unsigned long long)bw_meter->bm_threshold.b_bytes);

Completed in 14 milliseconds