Searched refs:ac_packet (Results 1 - 2 of 2) sorted by relevance

/netbsd-current/external/bsd/ipf/dist/
H A Dipmon.h68 int ac_packet; member in struct:ipmon_action
79 * used with ac_packet/ac_second
/netbsd-current/external/bsd/ipf/dist/tools/
H A Dipmon_y.y380 a->ac_packet = o->o_num;
496 if (a->ac_packet != 0) {
499 else if (a->ac_pktcnt == a->ac_packet) {
931 if (a->ac_packet > 1) {
932 printf("%severy %d packets", coma, a->ac_packet);
934 } else if (a->ac_packet == 1) {

Completed in 116 milliseconds