Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/ipf/dist/
H A Dipmon.h56 typedef struct ipmon_action { struct
57 struct ipmon_action *ac_next; argument
58 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