Searched defs:_ipfw_table_value (Results 1 – 1 of 1) sorted by relevance
965 typedef struct _ipfw_table_value { struct966 uint32_t tag; /* O_TAG/O_TAGGED */967 uint16_t pipe; /* O_PIPE/O_QUEUE */968 uint16_t divert; /* O_DIVERT/O_TEE */969 uint32_t skipto; /* skipto, CALLRET */970 uint32_t netgraph; /* O_NETGRAPH/O_NGTEE */971 uint32_t nat; /* O_NAT */972 uint32_t nh4;973 uint16_t fib; /* O_SETFIB */974 uint8_t dscp;[all …]