Searched defs:_ipfw_obj_ntlv (Results 1 – 1 of 1) sorted by relevance
866 typedef struct _ipfw_obj_ntlv { struct867 ipfw_obj_tlv head; /* TLV header */868 uint16_t idx; /* Name index */869 uint8_t set; /* set, if applicable */870 uint8_t type; /* object type, if applicable */871 uint32_t spare; /* unused */872 char name[64]; /* Null-terminated name */