Home
last modified time | relevance | path

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

/f-stack/tools/compat/include/netinet/
H A Dip_fw.h780 typedef struct _ipfw_table_xentry { struct
781 uint16_t len; /* Total entry length */
782 uint8_t type; /* entry type */
783 uint8_t masklen; /* mask length */
784 uint16_t tbl; /* table number */
785 uint16_t flags; /* record flags */
786 uint32_t value; /* value */
787 union {
791 } k;
/f-stack/freebsd/netinet/
H A Dip_fw.h780 typedef struct _ipfw_table_xentry { struct
781 uint16_t len; /* Total entry length */
782 uint8_t type; /* entry type */
783 uint8_t masklen; /* mask length */
784 uint16_t tbl; /* table number */
785 uint16_t flags; /* record flags */
786 uint32_t value; /* value */
787 union {
791 } k;