Home | History | Annotate | Download | only in ip

Lines Matching defs:hz

290 	static int hz;
467 if (!hz)
468 hz = get_user_hz();
470 fprintf(fp, " expires %dsec", ci->rta_expires/hz);
479 fprintf(fp, " age %dsec", ci->rta_lastuse/hz);
492 if (!hz)
493 hz = get_user_hz();
497 fprintf(fp, " expires %dsec", ci->rta_expires/hz);
506 fprintf(fp, " age %dsec", ci->rta_lastuse/hz);