HomeSort by relevance Sort by last modified time
    Searched defs:tlv (Results 1 - 25 of 33) sorted by null

1 2

  /external/llvm/test/MC/AsmParser/
directive_tdata.s 4 # CHECK: _a$tlv$init:
8 _a$tlv$init:
  /external/llvm/test/MC/MachO/
tdata.s 3 _a$tlv$init:
70 // CHECK: ('_string_data', '\x00_a$tlv$init\x00\x00\x00\x00')
78 // CHECK: ('_string', '_a$tlv$init')
tls.s 5 .globl _c$tlv$init
7 _c$tlv$init:
15 .quad _c$tlv$init
18 .globl _d$tlv$init
20 _d$tlv$init:
28 .quad _d$tlv$init
30 .tbss _a$tlv$init, 4, 2
36 .quad _a$tlv$init
38 .tbss _b$tlv$init, 4, 2
44 .quad _b$tlv$ini
    [all...]
tlv-reloc.s 4 _a$tlv$init:
8 .tlv
13 .quad _a$tlv$init
114 // CHECK: ('_string_data', '\x00_a\x00__tlv_bootstrap\x00_foo\x00_a$tlv$init\x00\x00\x00\x00')
122 // CHECK: ('_string', '_a$tlv$init')
  /external/tcpdump/
print-nflog.c 74 const nflog_tlv_t *tlv; local
98 /* We have some data. Do we have enough for the TLV header? */
105 tlv = (const nflog_tlv_t *) p;
106 size = tlv->tlv_length;
110 /* Is the TLV's length less than the minimum? */
117 /* Do we have enough data for the full TLV? */
124 if (tlv->tlv_type == NFULA_PAYLOAD) {
126 * This TLV's data is the packet payload.
127 * Skip past the TLV header, and break out
print-slow.c 107 { SLOW_OAM_INFO_TYPE_END_OF_TLV, "End of TLV marker" },
150 { SLOW_OAM_LINK_EVENT_END_OF_TLV, "End of TLV marker" },
354 /* did we capture enough for fully decoding the tlv header ? */
359 printf("\n\t%s TLV (0x%02x), length %u",
378 /* did we capture enough for fully decoding the tlv ? */
481 } tlv; local
513 tlv.slow_oam_info = (const struct slow_oam_info_t *)tptr;
515 if (tlv.slow_oam_info->info_length !=
523 tlv.slow_oam_info->oam_version,
524 EXTRACT_16BITS(&tlv.slow_oam_info->revision))
    [all...]
print-forces.c 203 {F_LFB_RSVD, "Invalid TLV"},
363 {F_TLV_RSVD, "Invalid TLV"},
364 {F_TLV_REDR, "REDIRECT TLV"},
365 {F_TLV_ASRS, "ASResult TLV"},
366 {F_TLV_ASRT, "ASTreason TLV"},
367 {F_TLV_LFBS, "LFBselect TLV"},
368 {F_TLV_PDAT, "PATH-DATA TLV"},
369 {F_TLV_KEYI, "KEYINFO TLV"},
370 {F_TLV_FULD, "FULLDATA TLV"},
371 {F_TLV_SPAD, "SPARSEDATA TLV"},
665 const struct forces_tlv *tlv = (struct forces_tlv *)pptr; local
702 const struct forces_tlv *tlv = (struct forces_tlv *)pptr; local
781 const struct forces_tlv *tlv = (struct forces_tlv *)pptr; local
809 const struct forces_tlv *tlv = (struct forces_tlv *)pptr; local
1452 const struct forces_tlv *tlv = (struct forces_tlv *)pptr; local
    [all...]
print-lldp.c 47 * TLV type codes
1106 u_int16_t tlv; local
1371 u_int16_t tlv, cap, ena_cap; local
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/adaptation/
StartupConfig.cpp 116 ** Description: Adjust a TLV to disable secure element(s). The TLV's type is 0xC2.
138 if (tlvType == 0xC2) //this TLV controls secure elements
140 index++; //index of second byte in TLV's value
150 UINT8 tlv [] = {0x04, 0xC2, 0x02, 0x61, 0x00}; local
151 tlv [4] = tlv [4] | bitmask;
152 found0xC2 = append (tlv, 5);
  /external/libnfc-nci/src/nfa/ce/
nfa_ce_act.c 291 UINT8 tlv[32], *p_params; local
296 /* Point to start of tlv buffer */
297 p_params = tlv;
324 tlv_size = (UINT8) (p_params-tlv);
325 nfa_dm_check_set_config (tlv_size, (UINT8 *)tlv, FALSE);
    [all...]
  /hardware/qcom/audio/legacy/libalsa-intf/
alsa_mixer.c 33 #include <sound/tlv.h>
312 unsigned int *tlv,
321 tlv[0] = -1;
322 tlv[1] = 0;
328 memcpy(xtlv->tlv, tlv, tlv_size);
334 if (xtlv->tlv[1] + 2 * sizeof(unsigned int) > tlv_size) {
338 memcpy(tlv, xtlv->tlv, xtlv->tlv[1] + 2 * sizeof(unsigned int))
398 unsigned int *tlv = NULL; local
527 unsigned int *tlv = NULL; local
696 unsigned int *tlv = NULL; local
    [all...]
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/uicc/
IsimUiccRecords.java 272 SimTlv tlv = new SimTlv(record, 0, record.length); local
274 if (tlv.getTag() == TAG_ISIM_VALUE) {
275 return new String(tlv.getData(), Charset.forName("UTF-8"));
277 } while (tlv.nextObject());
279 Rlog.e(LOG_TAG, "[ISIM] can't find TLV tag in ISIM record, returning null");
SIMRecords.java 985 SimTlv tlv = new SimTlv(data, 0, data.length); local
1793 SimTlv tlv = new SimTlv(data, 0, data.length); local
    [all...]
  /external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
sctp_asconf.c 111 uint8_t *tlv; local
140 tlv = (uint8_t *) (error + 1);
141 memcpy(tlv, error_tlv, tlv_length);
    [all...]
  /external/libnfc-nci/src/nfc/include/
rw_api.h 53 RW_T1T_TLV_DETECT_EVT, /* Lock/Mem/Prop tlv detection complete */
69 RW_T2T_TLV_DETECT_EVT, /* Lock/Mem/Prop tlv detection complete */
189 tNFC_PROTOCOL protocol; /* protocol used to detect TLV */
190 UINT8 num_bytes; /* number of reserved/lock bytes based on the type of tlv */
250 tRW_DETECT_TLV_DATA tlv; /* The information of detected TLV data */ member in union:__anon28147
367 ** Description This function is called to find the start of the given TLV
470 ** Description This function is called to find the start of the given TLV
472 ** Returns Pointer to the TLV, if successful. Otherwise, NULL.
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 517 wpa_printf(MSG_DEBUG, "EAP-FAST: Add %sResult TLV(status=%d)",
540 wpa_printf(MSG_DEBUG, "EAP-FAST: Add PAC TLV (ack)");
563 "Payload TLV (len=%lu)",
571 "EAP Payload TLV");
594 wpa_printf(MSG_DEBUG, "EAP-FAST: Crypto-Binding TLV: Version %d "
606 "Crypto-Binding TLV: Version %d "
633 wpa_printf(MSG_DEBUG, "EAP-FAST: Reply Crypto-Binding TLV: Version %d "
768 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Crypto-Binding TLV for Compound "
876 wpa_printf(MSG_DEBUG, "EAP-FAST: PAC TLV overrun "
890 wpa_printf(MSG_DEBUG, "EAP-FAST: PAC TLV does not include
1180 struct eap_fast_tlv_parse tlv; local
1398 u8 *tlv; local
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 25 /* Private PAC-Opaque TLV types */
114 /* TODO: send Result TLV(FAILURE) */
611 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Intermediate-Result TLV "
622 /* Result TLV */
623 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Result TLV "
632 /* Crypto-Binding TLV */
658 * Compound-MAC = HMAC-SHA1( CMK, Crypto-Binding TLV )
665 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Crypto-Binding TLV: Version %d "
756 /* Result TLV */
757 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Result TLV (status=SUCCESS)")
1231 struct eap_tlv_pac_type_tlv *tlv; local
1248 struct eap_fast_tlv_parse tlv; local
    [all...]
  /external/libpcap/
pcap-common.c 1226 nflog_tlv_t *tlv; local
    [all...]
  /external/wpa_supplicant_8/wpa_supplicant/dbus/
dbus_new_handlers_p2p.c 2402 struct wpabuf *tlv = NULL; local
2494 struct wpabuf *tlv = NULL; local
    [all...]
  /bionic/libc/kernel/uapi/sound/
emu10k1.h 299 const unsigned int *tlv; member in struct:snd_emu10k1_fx8010_control_gpr
  /external/kernel-headers/original/uapi/sound/
emu10k1.h 286 const unsigned int *tlv; member in struct:snd_emu10k1_fx8010_control_gpr
289 /* old ABI without TLV support */
  /hardware/broadcom/wlan/bcmdhd/dhdutil/include/proto/
bcmevent.h 398 /* service discovery TLV */
411 wl_sd_tlv_t tlv[1]; /* service discovery TLV */ member in struct:wl_event_sd
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/alsa/sound/
emu10k1.h 283 unsigned int *tlv; member in struct:__anon45528
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/sound/
emu10k1.h 284 const unsigned int *tlv; member in struct:snd_emu10k1_fx8010_control_gpr
287 /* old ABI without TLV support */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/alsa/sound/
emu10k1.h 283 unsigned int *tlv; member in struct:__anon47264

Completed in 1829 milliseconds

1 2