Searched defs:_ipfw_xtable_info (Results 1 – 1 of 1) sorted by relevance
1006 typedef struct _ipfw_xtable_info { struct1007 uint8_t type; /* table type (addr,iface,..) */1008 uint8_t tflags; /* type flags */1009 uint16_t mflags; /* modification flags */1010 uint16_t flags; /* generic table flags */1011 uint16_t spare[3];1012 uint32_t vmask; /* bitmask with value types */1013 uint32_t set; /* set table is in */1014 uint32_t kidx; /* kernel index */1015 uint32_t refcnt; /* number of references */[all …]