Searched refs:type_length (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/wpa/dist/src/wps/
H A Dndef.c32 u8 type_length; member in struct:ndef_record
46 record->type_length = *pos++;
65 record->type = record->type_length == 0 ? NULL : pos;
66 pos += record->type_length;
105 u8 type_length, void *id,
121 total_len += type_length + id_length + payload_length;
136 wpabuf_put_u8(record, type_length);
145 wpabuf_put_data(record, type, type_length);
154 if (record->type_length != os_strlen(wifi_handover_type))
104 ndef_build_record(u8 flags, void *type, u8 type_length, void *id, u8 id_length, void *payload, u32 payload_length) argument
/netbsd-6-1-5-RELEASE/dist/pdisk/
H A Ddump.c130 void dump_partition_entry(partition_map *entry, int type_length, int name_length, int digits);
263 dump_partition_entry(partition_map *entry, int type_length, int name_length, int digits) argument
291 printf("%2ld: %*.32s", entry->disk_address, type_length, p->dpme_type);

Completed in 114 milliseconds