Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/ipmon/
H A Dipmon_y.y395 a->ac_second = o->o_num; in build_action()
481 if (a->ac_second != 0) { in check_action()
482 if (t1 < a->ac_second) { in check_action()
924 if (a->ac_second > 1) { in print_match()
925 printf("%severy %d seconds", coma, a->ac_second); in print_match()
927 } else if (a->ac_second == 1) { in print_match()
/freebsd/sbin/ipf/common/
H A Dipmon.h66 int ac_second; member