Searched defs:id_length (Results 1 - 5 of 5) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dndef.c27 u8 id_length; member in struct:ndef_record
57 record->id_length = *pos++;
59 record->id_length = 0;
64 record->id = record->id_length == 0 ? NULL : pos;
65 pos += record->id_length;
102 u8 id_length,
116 if (id_length > 0)
118 total_len += type_length + id_length + payload_length;
127 if (id_length > 0)
140 if (id_length >
100 ndef_build_record(u8 flags, void *type, u8 type_length, void *id, u8 id_length, const struct wpabuf *payload) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dndef.c27 u8 id_length; member in struct:ndef_record
57 record->id_length = *pos++;
59 record->id_length = 0;
64 record->id = record->id_length == 0 ? NULL : pos;
65 pos += record->id_length;
102 u8 id_length,
116 if (id_length > 0)
118 total_len += type_length + id_length + payload_length;
127 if (id_length > 0)
140 if (id_length >
100 ndef_build_record(u8 flags, void *type, u8 type_length, void *id, u8 id_length, const struct wpabuf *payload) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dndef.c27 u8 id_length; member in struct:ndef_record
57 record->id_length = *pos++;
59 record->id_length = 0;
64 record->id = record->id_length == 0 ? NULL : pos;
65 pos += record->id_length;
102 u8 id_length,
116 if (id_length > 0)
118 total_len += type_length + id_length + payload_length;
127 if (id_length > 0)
140 if (id_length >
100 ndef_build_record(u8 flags, void *type, u8 type_length, void *id, u8 id_length, const struct wpabuf *payload) argument
[all...]
/external/chromium_org/chrome/browser/chromeos/drive/
H A Dresource_metadata_storage.cc107 const int id_length = key.size() - 1 - kSuffixLength; local
108 return std::string(key.data(), id_length);
/external/tcpdump/
H A Dprint-isoclns.c614 u_int8_t id_length; member in struct:isis_common_header
2093 u_int8_t pdu_type, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len; local
2125 if ((isis_header->id_length != SYSTEM_ID_LEN) && (isis_header->id_length != 0)) {
2127 isis_header->id_length);
2148 id_length = isis_header->id_length;
2149 switch(id_length) {
2151 id_length = 6; /* silly shit again */
2163 id_length
[all...]

Completed in 152 milliseconds