Searched defs:_ipfw_obj_ntlv (Results 1 – 2 of 2) sorted by relevance
839 typedef struct _ipfw_obj_ntlv { struct840 ipfw_obj_tlv head; /* TLV header */841 uint16_t idx; /* Name index */842 uint8_t set; /* set, if applicable */843 uint8_t type; /* object type, if applicable */844 uint32_t spare; /* unused */845 char name[64]; /* Null-terminated name */