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

/freebsd-9.3-release/contrib/wpa/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...]
/freebsd-9.3-release/contrib/tcpdump/
H A Dprint-isoclns.c616 u_int8_t id_length; member in struct:isis_common_header
2094 u_int8_t pdu_type, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len; local
2126 if ((isis_header->id_length != SYSTEM_ID_LEN) && (isis_header->id_length != 0)) {
2128 isis_header->id_length);
2149 id_length = isis_header->id_length;
2150 switch(id_length) {
2152 id_length = 6; /* silly shit again */
2164 id_length
[all...]
/freebsd-9.3-release/contrib/gcc/
H A Dprotoize.c3856 size_t id_length;
3863 if ((id_length = (size_t) (id_limit - id_start)) == 0)
3867 char *func_name = alloca (id_length + 1);
3872 strncpy (func_name, id_start, id_length);
3873 func_name[id_length] = '\0';
3837 size_t id_length; local

Completed in 144 milliseconds