Searched defs:ipmon_action (Results 1 – 1 of 1) sorted by relevance
56 typedef struct ipmon_action { struct57 struct ipmon_action *ac_next; argument58 int ac_mflag; /* collection of things to compare */59 int ac_dflag; /* flags to compliment the doing fields */60 int ac_logpri;61 int ac_direction;62 char ac_group[FR_GROUPLEN];63 char ac_nattag[16];87 } ipmon_action_t; argument