Searched defs:ipmon_action (Results 1 – 1 of 1) sorted by relevance
53 typedef struct ipmon_action { struct54 struct ipmon_action *ac_next; argument55 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