Searched defs:_ipfw_obj_ntlv_v0 (Results 1 – 1 of 1) sorted by relevance
102 typedef struct _ipfw_obj_ntlv_v0 { struct103 ipfw_obj_tlv head; /* TLV header */104 uint16_t idx; /* Name index */105 uint8_t set; /* set, if applicable */106 uint8_t type; /* object type, if applicable */107 uint32_t spare; /* unused */108 char name[64]; /* Null-terminated name */