Home
last modified time | relevance | path

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

/titanic_41/usr/src/uts/common/inet/ipf/
H A Dipmon.h11 typedef struct ipmon_action { struct
12 struct ipmon_action *ac_next; argument
13 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