Searched defs:ipmon_action (Results 1 – 1 of 1) sorted by relevance
11 typedef struct ipmon_action { struct12 struct ipmon_action *ac_next; argument13 int ac_mflag; /* collection of things to compare */14 int ac_dflag; /* flags to compliment the doing fields */15 int ac_syslog; /* = 1 to syslog rules. */16 char *ac_savefile; /* filename to save log records to */17 FILE *ac_savefp;18 int ac_direction;42 } ipmon_action_t; argument