Lines Matching defs:_ipfw_table_value
867 typedef struct _ipfw_table_value { struct
868 uint32_t tag; /* O_TAG/O_TAGGED */
869 uint32_t pipe; /* O_PIPE/O_QUEUE */
870 uint16_t divert; /* O_DIVERT/O_TEE */
871 uint16_t skipto; /* skipto, CALLRET */
872 uint32_t netgraph; /* O_NETGRAPH/O_NGTEE */
873 uint32_t fib; /* O_SETFIB */
874 uint32_t nat; /* O_NAT */
875 uint32_t nh4;
876 uint8_t dscp;
877 uint8_t spare0;
878 uint16_t spare1;
879 struct in6_addr nh6;
880 uint32_t limit; /* O_LIMIT */
881 uint32_t zoneid; /* scope zone id for nh6 */
882 uint64_t reserved;