Searched defs:_ipfw_table_value (Results 1 – 1 of 1) sorted by relevance
895 typedef struct _ipfw_table_value { struct896 uint32_t tag; /* O_TAG/O_TAGGED */897 uint32_t pipe; /* O_PIPE/O_QUEUE */898 uint16_t divert; /* O_DIVERT/O_TEE */899 uint16_t skipto; /* skipto, CALLRET */900 uint32_t netgraph; /* O_NETGRAPH/O_NGTEE */901 uint32_t fib; /* O_SETFIB */902 uint32_t nat; /* O_NAT */903 uint32_t nh4;904 uint8_t dscp;[all …]