Home
last modified time | relevance | path

Searched refs:ac_second (Results 1 – 2 of 2) sorted by relevance

/NextBSD/contrib/ipfilter/tools/
HDipmon_y.y399 a->ac_second = o->o_num;
487 if (a->ac_second != 0) {
488 if (t1 < a->ac_second) {
938 if (a->ac_second > 1) {
939 printf("%severy %d seconds", coma, a->ac_second);
941 } else if (a->ac_second == 1) {
/NextBSD/contrib/ipfilter/
HDipmon.h69 int ac_second; member