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

  /src/usr.bin/netstat/
mroute.c 325 (long long)bw_meter->bm_threshold.b_time.tv_sec,
326 (long)bw_meter->bm_threshold.b_time.tv_usec,
332 &bw_meter->bm_threshold.b_time, &end);
  /src/sys/netinet/
ip_mroute.c 2193 if (BW_TIMEVALCMP(&req->bu_threshold.b_time, &delta, <))
2208 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time,
2209 &req->bu_threshold.b_time, ==)) &&
2226 x->bm_threshold.b_time = req->bu_threshold.b_time;
2298 if ((BW_TIMEVALCMP(&x->bm_threshold.b_time,
2299 &req->bu_threshold.b_time, ==)) &&
2339 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) {
2368 if (BW_TIMEVALCMP(&delta, &x->bm_threshold.b_time, >)) {
2441 u->bu_threshold.b_time = x->bm_threshold.b_time
    [all...]
ip_mroute.h 149 struct timeval b_time; member in struct:bw_data

Completed in 15 milliseconds