Lines Matching defs:id_length
33 u8 id_length;
61 record->id_length = *pos++;
63 record->id_length = 0;
68 record->id = record->id_length == 0 ? NULL : pos;
69 pos += record->id_length;
106 u8 id_length, void *payload,
119 if (id_length > 0)
121 total_len += type_length + id_length + payload_length;
130 if (id_length > 0)
143 if (id_length > 0)
144 wpabuf_put_u8(record, id_length);
146 wpabuf_put_data(record, id, id_length);