Searched defs:_ipfw_obj_ntlv (Results 1 – 1 of 1) sorted by relevance
915 typedef struct _ipfw_obj_ntlv { struct916 ipfw_obj_tlv head; /* TLV header */917 uint32_t idx; /* Name index */918 uint8_t set; /* set, if applicable */919 uint8_t type; /* object type, if applicable */920 uint16_t spare; /* unused */921 char name[64]; /* Null-terminated name */