Searched defs:_ipfw_xtable_info (Results 1 – 1 of 1) sorted by relevance
1075 typedef struct _ipfw_xtable_info { struct1076 uint8_t type; /* table type (addr,iface,..) */1077 uint8_t tflags; /* type flags */1078 uint16_t mflags; /* modification flags */1079 uint16_t flags; /* generic table flags */1080 uint16_t spare[3];1081 uint32_t vmask; /* bitmask with value types */1082 uint32_t set; /* set table is in */1083 uint32_t kidx; /* kernel index */1084 uint32_t refcnt; /* number of references */[all …]