Home
last modified time | relevance | path

Searched defs:_ipfw_table_value (Results 1 – 2 of 2) sorted by relevance

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h867 typedef struct _ipfw_table_value { struct
868 uint32_t tag; /* O_TAG/O_TAGGED */
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 */
[all …]
/f-stack/freebsd/netinet/
H A Dip_fw.h867 typedef struct _ipfw_table_value { struct
868 uint32_t tag; /* O_TAG/O_TAGGED */
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 */
[all …]