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

1 2 3 4

  /external/llvm/test/MC/MachO/
tbss.s 3 .tbss _a$tlv$init, 4
4 .tbss _b$tlv$init, 4, 3
67 // CHECK: Name: _a$tlv$init (13)
76 // CHECK: Name: _b$tlv$init (1)
tdata.s 3 _a$tlv$init:
67 // CHECK: Name: _a$tlv$init (1)
tlv.s 3 .tlv
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
109 // CHECK: 0x10 0 3 1 X86_64_RELOC_UNSIGNED 0 _a$tlv$init
115 // CHECK: Name: _a$tlv$init (1)
  /external/llvm/test/MC/AsmParser/
directive_tbss.s 3 # CHECK: .tbss _a$tlv$init, 4
4 # CHECK: .tbss _b$tlv$init, 4, 3
6 .tbss _a$tlv$init, 4
7 .tbss _b$tlv$init, 4, 3
directive_tdata.s 4 # CHECK: _a$tlv$init:
8 _a$tlv$init:
directive_tlv.s 8 .tlv
  /external/wpa_supplicant_8/src/eap_common/
eap_fast_common.c 51 /* Encapsulate EAP packet in EAP-Payload TLV */
52 wpa_printf(MSG_DEBUG, "EAP-FAST: Add EAP-Payload TLV");
56 "for TLV encapsulation");
149 int eap_fast_parse_tlv(struct eap_fast_tlv_parse *tlv,
154 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: EAP-Payload TLV",
156 if (tlv->eap_payload_tlv) {
158 "EAP-Payload TLV in the message");
159 tlv->iresult = EAP_TLV_RESULT_FAILURE;
162 tlv->eap_payload_tlv = pos;
163 tlv->eap_payload_tlv_len = len
    [all...]
  /external/kernel-headers/original/uapi/linux/
tipc_config.h 58 * the payload consists of zero or more type/length/value (TLV) items
64 * of an "error string" TLV in the reply message instead of the TLV(s) the
136 * TLV types defined for TIPC
139 #define TIPC_TLV_NONE 0 /* no TLV present */
140 #define TIPC_TLV_VOID 1 /* empty TLV (0 data bytes)*/
220 * The error string TLV is a null-terminated string describing the cause
226 #define TIPC_CFG_TLV_ERROR "\x80" /* request contains incorrect TLV(s) */
234 * A TLV consists of a descriptor, followed by the TLV value
    [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);
  /frameworks/base/wifi/java/android/net/wifi/nan/
TlvBufferUtils.java 26 * Utility class to construct and parse byte arrays using the TLV format -
39 * Utility class to construct byte arrays using the TLV format -
65 * Define a TLV constructor with the specified size of the Type (T) and
71 * format rather than the TLV format.
85 * Set the byte array to be used to construct the TLV.
98 * Allocates a new byte array to be used ot construct a TLV.
111 * Copies a byte into the TLV with the indicated type. For an LV
128 * Copies a byte array into the TLV with the indicated type. For an LV
133 * @param array The array to be copied into the TLV structure.
149 * Copies a byte array into the TLV with the indicated type. For an L
478 TlvElement tlv = new TlvElement(type, length, mArray, mOffset); local
    [all...]
  /frameworks/opt/net/wifi/tests/wifitests/src/com/android/server/wifi/nan/
TlvBufferUtilsTest.java 80 for (TlvBufferUtils.TlvElement tlv : tlv22It) {
82 collector.checkThat("tlv22-correct-iteration-mType", tlv.mType, equalTo(0));
83 collector.checkThat("tlv22-correct-iteration-mLength", tlv.mLength, equalTo(4));
84 collector.checkThat("tlv22-correct-iteration-DATA", tlv.getInt(), equalTo(2));
86 collector.checkThat("tlv22-correct-iteration-mType", tlv.mType, equalTo(2));
87 collector.checkThat("tlv22-correct-iteration-mLength", tlv.mLength, equalTo(2));
88 collector.checkThat("tlv22-correct-iteration-DATA", (int) tlv.getShort(),
91 collector.checkThat("tlv22-correct-iteration-mType", tlv.mType, equalTo(55));
92 collector.checkThat("tlv22-correct-iteration-mLength", tlv.mLength, equalTo(0));
112 for (TlvBufferUtils.TlvElement tlv : tlv02It)
    [all...]
  /external/tcpdump/
print-slow.c 99 { SLOW_OAM_INFO_TYPE_END_OF_TLV, "End of TLV marker" },
142 { SLOW_OAM_LINK_EVENT_END_OF_TLV, "End of TLV marker" },
349 /* did we capture enough for fully decoding the tlv header ? */
354 ND_PRINT((ndo, "\n\t%s TLV (0x%02x), length %u",
373 /* did we capture enough for fully decoding the tlv ? */
478 } tlv; local
510 tlv.slow_oam_info = (const struct slow_oam_info_t *)tptr;
512 if (tlv.slow_oam_info->info_length !=
520 tlv.slow_oam_info->oam_version,
521 EXTRACT_16BITS(&tlv.slow_oam_info->revision)))
    [all...]
print-nflog.c 73 const nflog_tlv_t *tlv; local
97 /* We have some data. Do we have enough for the TLV header? */
104 tlv = (const nflog_tlv_t *) p;
105 size = tlv->tlv_length;
109 /* Is the TLV's length less than the minimum? */
116 /* Do we have enough data for the full TLV? */
123 if (tlv->tlv_type == NFULA_PAYLOAD) {
125 * This TLV's data is the packet payload.
126 * Skip past the TLV header, and break out
print-forces.c 184 {F_LFB_RSVD, "Invalid TLV"},
191 /* http://www.iana.org/assignments/forces/forces.xhtml#oper-tlv-types */
346 {F_TLV_RSVD, "Invalid TLV"},
347 {F_TLV_REDR, "REDIRECT TLV"},
348 {F_TLV_ASRS, "ASResult TLV"},
349 {F_TLV_ASRT, "ASTreason TLV"},
350 {F_TLV_LFBS, "LFBselect TLV"},
351 {F_TLV_PDAT, "PATH-DATA TLV"},
352 {F_TLV_KEYI, "KEYINFO TLV"},
353 {F_TLV_FULD, "FULLDATA TLV"},
649 const struct forces_tlv *tlv = (struct forces_tlv *)pptr; local
687 const struct forces_tlv *tlv = (struct forces_tlv *)pptr; local
768 const struct forces_tlv *tlv = (struct forces_tlv *)pptr; local
797 const struct forces_tlv *tlv = (struct forces_tlv *)pptr; local
1442 const struct forces_tlv *tlv = (struct forces_tlv *)pptr; local
    [all...]
print-lldp.c 41 * TLV type codes
1109 uint16_t tlv; local
1379 uint16_t tlv, cap, ena_cap; local
    [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...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/
tipc_config.h 53 * the payload consists of zero or more type/length/value (TLV) items
59 * of an "error string" TLV in the reply message instead of the TLV(s) the
147 * TLV types defined for TIPC
150 #define TIPC_TLV_NONE 0 /* no TLV present */
151 #define TIPC_TLV_VOID 1 /* empty TLV (0 data bytes)*/
236 * The error string TLV is a null-terminated string describing the cause
242 #define TIPC_CFG_TLV_ERROR "\x80" /* request contains incorrect TLV(s) */
250 /* prototypes TLV structures for proposed commands */
264 * A TLV consists of a descriptor, followed by the TLV value
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
tipc_config.h 55 * the payload consists of zero or more type/length/value (TLV) items
61 * of an "error string" TLV in the reply message instead of the TLV(s) the
133 * TLV types defined for TIPC
136 #define TIPC_TLV_NONE 0 /* no TLV present */
137 #define TIPC_TLV_VOID 1 /* empty TLV (0 data bytes)*/
226 * The error string TLV is a null-terminated string describing the cause
232 #define TIPC_CFG_TLV_ERROR "\x80" /* request contains incorrect TLV(s) */
240 * A TLV consists of a descriptor, followed by the TLV value
    [all...]
  /external/tinyalsa/
mixer.c 359 /* check if this is new bytes TLV */
361 struct snd_ctl_tlv *tlv; local
364 if (count > SIZE_MAX - sizeof(*tlv))
366 tlv = calloc(1, sizeof(*tlv) + count);
367 if (!tlv)
369 tlv->numid = ctl->info->id.numid;
370 tlv->length = count;
371 ret = ioctl(ctl->mixer->fd, SNDRV_CTL_IOCTL_TLV_READ, tlv);
373 source = tlv->tlv
462 struct snd_ctl_tlv *tlv; local
    [all...]
  /packages/apps/Nfc/nci/jni/extns/pn54x/inc/
phNxpExtns_Custom.h 30 * TLV structure
31 * For simple TLV, type[0] == 0x00
32 * For extended TLV, type[0] == 0xA0
78 ** Description Function to read simple TLV and extended TLV.
79 ** Memory for TLV and fields are allocated and freed by calling
84 ** NOTE: Internally this function will use NFA_GetConfig for simple TLV.
85 ** For extended TLV, it will use NFA_SendRawFrame.
88 NFCSTATUS phNxpNciHal_read_tlv (tlv_t *tlv);
94 ** Description Function to write simple TLV and extended TLV
    [all...]
  /external/wpa_supplicant_8/src/eap_server/
eap_server_fast.c 25 /* Private PAC-Opaque TLV types */
114 /* TODO: send Result TLV(FAILURE) */
617 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Intermediate-Result TLV "
628 /* Result TLV */
629 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Result TLV "
638 /* Crypto-Binding TLV */
664 * Compound-MAC = HMAC-SHA1( CMK, Crypto-Binding TLV )
671 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Crypto-Binding TLV: Version %d "
762 /* Result TLV */
763 wpa_printf(MSG_DEBUG, "EAP-FAST: Add Result TLV (status=SUCCESS)")
1240 struct eap_tlv_pac_type_tlv *tlv; local
1257 struct eap_fast_tlv_parse tlv; local
    [all...]
  /external/libpcap/
pcap-common.c 1314 nflog_tlv_t *tlv; local
    [all...]
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 521 wpa_printf(MSG_DEBUG, "EAP-FAST: Add %sResult TLV(status=%d)",
544 wpa_printf(MSG_DEBUG, "EAP-FAST: Add PAC TLV (ack)");
567 "Payload TLV (len=%lu)",
575 "EAP Payload TLV");
598 wpa_printf(MSG_DEBUG, "EAP-FAST: Crypto-Binding TLV: Version %d "
610 "Crypto-Binding TLV: Version %d "
637 wpa_printf(MSG_DEBUG, "EAP-FAST: Reply Crypto-Binding TLV: Version %d "
772 wpa_hexdump(MSG_MSGDUMP, "EAP-FAST: Crypto-Binding TLV for Compound "
880 wpa_printf(MSG_DEBUG, "EAP-FAST: PAC TLV overrun "
894 wpa_printf(MSG_DEBUG, "EAP-FAST: PAC TLV does not include
1184 struct eap_fast_tlv_parse tlv; local
1401 u8 *tlv; local
    [all...]

Completed in 3399 milliseconds

1 2 3 4