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

  /external/tcpdump/
print-vtp.c 124 int type, len, tlv_len, tlv_value; local
283 tlv_value = EXTRACT_16BITS(tptr+2);
287 ND_PRINT((ndo, ", %u", tlv_value));
292 tlv_value == 1 ? "Enabled" : "Disabled",
293 tlv_value));
298 tok2str(vtp_stp_type_values, "Unknown", tlv_value),
299 tlv_value));
304 tlv_value == 1 ? "SRB" : "SRT",
305 tlv_value));
310 tlv_value == 1 ? "Backup" : "Not backup"
    [all...]
print-juniper.c 1096 int tlv_value; local
1148 int tlv_value; local
    [all...]
  /external/libnfc-nci/src/nfc/int/
rw_int.h 328 UINT8 tlv_value[3]; /* Read value field of TLV */ member in struct:__anon17377
    [all...]

Completed in 57 milliseconds