Home
last modified time | relevance | path

Searched defs:ipmon_action (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/ipf/common/
H A Dipmon.h53 typedef struct ipmon_action { struct
54 struct ipmon_action *ac_next; argument
55 int ac_mflag; /* collection of things to compare */
56 int ac_dflag; /* flags to compliment the doing fields */
57 int ac_logpri;
58 int ac_direction;
59 char ac_group[FR_GROUPLEN];
60 char ac_nattag[16];
84 } ipmon_action_t; argument