Searched refs:id_length (Results 1 - 8 of 8) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/wps/
H A Dndef.c33 u8 id_length; member in struct:ndef_record
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 >
104 ndef_build_record(u8 flags, void *type, u8 type_length, void *id, u8 id_length, void *payload, u32 payload_length) argument
[all...]
/external/wpa_supplicant_8/src/wps/
H A Dndef.c33 u8 id_length; member in struct:ndef_record
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 >
104 ndef_build_record(u8 flags, void *type, u8 type_length, void *id, u8 id_length, void *payload, u32 payload_length) argument
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/wps/
H A Dndef.c33 u8 id_length; member in struct:ndef_record
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 >
104 ndef_build_record(u8 flags, void *type, u8 type_length, void *id, u8 id_length, void *payload, u32 payload_length) argument
[all...]
/external/tcpdump/
H A Dprint-isoclns.c550 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
1774 if ((isis_header->id_length != SYSTEM_ID_LEN) && (isis_header->id_length != 0)) {
1776 isis_header->id_length);
1797 id_length = isis_header->id_length;
1798 switch(id_length) {
1800 id_length = 6; /* silly shit again */
1812 id_length
[all...]
/external/quake/quake/src/QW/client/
H A Dgl_warp.c452 unsigned char id_length, colormap_type, image_type; member in struct:_TargaHeader
497 targa_header.id_length = fgetc(fin);
525 if (targa_header.id_length != 0)
526 fseek(fin, targa_header.id_length, SEEK_CUR); // skip TARGA image comment
H A Dgl_screen.c612 unsigned char id_length, colormap_type, image_type; member in struct:_TargaHeader
/external/quake/quake/src/WinQuake/
H A Dgl_warp.cpp501 unsigned char id_length, colormap_type, image_type; member in struct:_TargaHeader
546 targa_header.id_length = fgetc(fin);
574 if (targa_header.id_length != 0)
575 fseek(fin, targa_header.id_length, SEEK_CUR); // skip TARGA image comment
H A Dgl_screen.cpp579 unsigned char id_length, colormap_type, image_type; member in struct:_TargaHeader

Completed in 126 milliseconds