HomeSort by relevance Sort by last modified time
    Searched refs:id_length (Results 1 - 3 of 3) sorted by null

  /external/wpa_supplicant_8/src/wps/
ndef.c 27 u8 id_length; member in struct:ndef_record
56 record->id_length = *pos++;
58 record->id_length = 0;
63 record->id = record->id_length == 0 ? NULL : pos;
64 pos += record->id_length;
101 u8 id_length,
115 if (id_length > 0)
117 total_len += type_length + id_length + payload_length;
126 if (id_length > 0)
139 if (id_length > 0
    [all...]
  /external/tcpdump/
print-isoclns.c 550 u_int8_t id_length; member in struct:isis_common_header
1744 u_int8_t pdu_type, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len; local
    [all...]
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage.cc 215 const int id_length = it_->key().size() - 1 - kSuffixLength; local
216 resource_id_.assign(it_->key().data(), id_length);

Completed in 113 milliseconds