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

  /external/wpa_supplicant_8/src/wps/
ndef.c 27 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 > 0
    [all...]
  /external/tcpdump/
print-isoclns.c 614 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
    [all...]

Completed in 199 milliseconds