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 126 int type, len, tlv_len, tlv_value; local
288 tlv_value = EXTRACT_16BITS(tptr+2);
292 printf(", %u", tlv_value);
297 tlv_value == 1 ? "Enabled" : "Disabled",
298 tlv_value);
303 tok2str(vtp_stp_type_values, "Unknown", tlv_value),
304 tlv_value);
309 tlv_value == 1 ? "SRB" : "SRT",
310 tlv_value);
315 tlv_value == 1 ? "Backup" : "Not backup"
    [all...]
print-juniper.c 1089 int tlv_value; local
1140 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:__anon13158
    [all...]

Completed in 254 milliseconds