Searched defs:tlv (Results 1 - 25 of 29) sorted by relevance

12

/external/llvm/test/MC/AsmParser/
H A Ddirective_tdata.s4 # CHECK: _a$tlv$init:
8 _a$tlv$init:
/external/llvm/test/MC/MachO/
H A Dtdata.s3 _a$tlv$init:
70 // CHECK: ('_string_data', '\x00_a$tlv$init\x00\x00\x00\x00')
78 // CHECK: ('_string', '_a$tlv$init')
H A Dtls.s5 .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
[all...]
H A Dtlv-reloc.s4 _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/
H A Dprint-nflog.c74 const nflog_tlv_t *tlv; local
105 tlv = (const nflog_tlv_t *) p;
106 size = tlv->tlv_length;
124 if (tlv->tlv_type == NFULA_PAYLOAD) {
H A Dprint-slow.c354 /* did we capture enough for fully decoding the tlv header ? */
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));
528 tlv.slow_oam_info->state & OAM_INFO_TYPE_PARSER_MASK),
530 tlv.slow_oam_info->state & OAM_INFO_TYPE_MUX_MASK));
533 tlv
[all...]
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A DStartupConfig.cpp150 UINT8 tlv [] = {0x04, 0xC2, 0x02, 0x61, 0x00}; local
151 tlv [4] = tlv [4] | bitmask;
152 found0xC2 = append (tlv, 5);
/external/wpa_supplicant_8/hostapd/src/eap_common/
H A Deap_fast_common.c176 int eap_fast_parse_tlv(struct eap_fast_tlv_parse *tlv, argument
183 if (tlv->eap_payload_tlv) {
186 tlv->iresult = EAP_TLV_RESULT_FAILURE;
189 tlv->eap_payload_tlv = pos;
190 tlv->eap_payload_tlv_len = len;
194 if (tlv->result) {
197 tlv->result = EAP_TLV_RESULT_FAILURE;
203 tlv->result = EAP_TLV_RESULT_FAILURE;
206 tlv->result = WPA_GET_BE16(pos);
207 if (tlv
[all...]
/external/wpa_supplicant_8/src/eap_common/
H A Deap_fast_common.c176 int eap_fast_parse_tlv(struct eap_fast_tlv_parse *tlv, argument
183 if (tlv->eap_payload_tlv) {
186 tlv->iresult = EAP_TLV_RESULT_FAILURE;
189 tlv->eap_payload_tlv = pos;
190 tlv->eap_payload_tlv_len = len;
194 if (tlv->result) {
197 tlv->result = EAP_TLV_RESULT_FAILURE;
203 tlv->result = EAP_TLV_RESULT_FAILURE;
206 tlv->result = WPA_GET_BE16(pos);
207 if (tlv
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_common/
H A Deap_fast_common.c176 int eap_fast_parse_tlv(struct eap_fast_tlv_parse *tlv, argument
183 if (tlv->eap_payload_tlv) {
186 tlv->iresult = EAP_TLV_RESULT_FAILURE;
189 tlv->eap_payload_tlv = pos;
190 tlv->eap_payload_tlv_len = len;
194 if (tlv->result) {
197 tlv->result = EAP_TLV_RESULT_FAILURE;
203 tlv->result = EAP_TLV_RESULT_FAILURE;
206 tlv->result = WPA_GET_BE16(pos);
207 if (tlv
[all...]
/external/iproute2/tc/
H A Dem_meta.c148 static inline void dump_value(struct nlmsghdr *n, int tlv, unsigned long val, argument
156 addattr_l(n, MAX_MSG, tlv, &t, sizeof(t));
162 addattr_l(n, MAX_MSG, tlv, a->data, a->len);
/external/libnfc-nci/src/nfa/ce/
H A Dnfa_ce_act.c291 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);
/external/libnfc-nci/src/nfa/rw/
H A Dnfa_rw_act.c340 if (p_rw_data->tlv.status == NFC_STATUS_OK)
342 NFA_TRACE_DEBUG1("TLV Detection succeeded: num_bytes=%i",p_rw_data->tlv.num_bytes);
344 /* Store tlv properties */
346 conn_evt_data.tlv_detect.protocol = p_rw_data->tlv.protocol;
347 conn_evt_data.tlv_detect.num_bytes = p_rw_data->tlv.num_bytes;
369 if (p_rw_data->tlv.status != NFC_STATUS_OK)
769 case RW_T2T_TLV_DETECT_EVT: /* Lock control/Mem/Prop tlv detection complete */
1995 static BOOLEAN nfa_rw_detect_tlv (tNFA_RW_MSG *p_data, UINT8 tlv) argument
2002 if (RW_T1tLocateTlv(tlv) != NFC_STATUS_OK)
2009 if (RW_T2tLocateTlv(tlv) !
[all...]
/external/kernel-headers/original/uapi/linux/
H A Dtipc_config.h260 #define TLV_DATA(tlv) ((void *)((char *)(tlv) + TLV_LENGTH(0)))
262 static inline int TLV_OK(const void *tlv, __u16 space) argument
265 * Would also like to check that "tlv" is a multiple of 4,
267 * - Tried doing (!(tlv & (TLV_ALIGNTO-1))), but GCC compiler
269 * - Tried casting "tlv" to integer type, but causes warning about size
274 (ntohs(((struct tlv_desc *)tlv)->tlv_len) <= space);
277 static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) argument
279 return TLV_OK(tlv, space) &&
280 (ntohs(((struct tlv_desc *)tlv)
283 TLV_SET(void *tlv, __u16 type, void *data, __u16 len) argument
[all...]
/external/libnfc-nci/src/nfc/include/
H A Drw_api.h53 RW_T1T_TLV_DETECT_EVT, /* Lock/Mem/Prop tlv detection complete */
69 RW_T2T_TLV_DETECT_EVT, /* Lock/Mem/Prop tlv detection complete */
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:__anon24338
/external/wpa_supplicant_8/hostapd/src/eap_peer/
H A Deap_fast.c1082 struct eap_fast_tlv_parse *tlv,
1089 os_memset(tlv, 0, sizeof(*tlv));
1109 res = eap_fast_parse_tlv(tlv, tlv_type, pos, len);
1180 struct eap_fast_tlv_parse tlv; local
1183 if (eap_fast_parse_decrypted(decrypted, &tlv, &resp) < 0)
1189 if (tlv.result == EAP_TLV_RESULT_FAILURE) {
1195 if (tlv.iresult == EAP_TLV_RESULT_FAILURE) {
1201 if (tlv.crypto_binding) {
1203 tlv
1081 eap_fast_parse_decrypted(struct wpabuf *decrypted, struct eap_fast_tlv_parse *tlv, struct wpabuf **resp) argument
1398 u8 *tlv; local
[all...]
/external/wpa_supplicant_8/hostapd/src/eap_server/
H A Deap_server_fast.c1125 struct eap_fast_tlv_parse *tlv)
1131 os_memset(tlv, 0, sizeof(*tlv));
1150 res = eap_fast_parse_tlv(tlv, tlv_type, pos, len);
1231 struct eap_tlv_pac_type_tlv *tlv; local
1233 if (pac == NULL || len != sizeof(*tlv))
1236 tlv = (struct eap_tlv_pac_type_tlv *) pac;
1238 return be_to_host16(tlv->tlv_type) == PAC_TYPE_PAC_TYPE &&
1239 be_to_host16(tlv->length) == 2 &&
1240 be_to_host16(tlv
1124 eap_fast_parse_tlvs(struct wpabuf *data, struct eap_fast_tlv_parse *tlv) argument
1248 struct eap_fast_tlv_parse tlv; local
[all...]
/external/wpa_supplicant_8/src/eap_peer/
H A Deap_fast.c1082 struct eap_fast_tlv_parse *tlv,
1089 os_memset(tlv, 0, sizeof(*tlv));
1109 res = eap_fast_parse_tlv(tlv, tlv_type, pos, len);
1180 struct eap_fast_tlv_parse tlv; local
1183 if (eap_fast_parse_decrypted(decrypted, &tlv, &resp) < 0)
1189 if (tlv.result == EAP_TLV_RESULT_FAILURE) {
1195 if (tlv.iresult == EAP_TLV_RESULT_FAILURE) {
1201 if (tlv.crypto_binding) {
1203 tlv
1081 eap_fast_parse_decrypted(struct wpabuf *decrypted, struct eap_fast_tlv_parse *tlv, struct wpabuf **resp) argument
1398 u8 *tlv; local
[all...]
/external/wpa_supplicant_8/src/eap_server/
H A Deap_server_fast.c1125 struct eap_fast_tlv_parse *tlv)
1131 os_memset(tlv, 0, sizeof(*tlv));
1150 res = eap_fast_parse_tlv(tlv, tlv_type, pos, len);
1231 struct eap_tlv_pac_type_tlv *tlv; local
1233 if (pac == NULL || len != sizeof(*tlv))
1236 tlv = (struct eap_tlv_pac_type_tlv *) pac;
1238 return be_to_host16(tlv->tlv_type) == PAC_TYPE_PAC_TYPE &&
1239 be_to_host16(tlv->length) == 2 &&
1240 be_to_host16(tlv
1124 eap_fast_parse_tlvs(struct wpabuf *data, struct eap_fast_tlv_parse *tlv) argument
1248 struct eap_fast_tlv_parse tlv; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_peer/
H A Deap_fast.c1082 struct eap_fast_tlv_parse *tlv,
1089 os_memset(tlv, 0, sizeof(*tlv));
1109 res = eap_fast_parse_tlv(tlv, tlv_type, pos, len);
1180 struct eap_fast_tlv_parse tlv; local
1183 if (eap_fast_parse_decrypted(decrypted, &tlv, &resp) < 0)
1189 if (tlv.result == EAP_TLV_RESULT_FAILURE) {
1195 if (tlv.iresult == EAP_TLV_RESULT_FAILURE) {
1201 if (tlv.crypto_binding) {
1203 tlv
1081 eap_fast_parse_decrypted(struct wpabuf *decrypted, struct eap_fast_tlv_parse *tlv, struct wpabuf **resp) argument
1398 u8 *tlv; local
[all...]
/external/wpa_supplicant_8/wpa_supplicant/src/eap_server/
H A Deap_server_fast.c1125 struct eap_fast_tlv_parse *tlv)
1131 os_memset(tlv, 0, sizeof(*tlv));
1150 res = eap_fast_parse_tlv(tlv, tlv_type, pos, len);
1231 struct eap_tlv_pac_type_tlv *tlv; local
1233 if (pac == NULL || len != sizeof(*tlv))
1236 tlv = (struct eap_tlv_pac_type_tlv *) pac;
1238 return be_to_host16(tlv->tlv_type) == PAC_TYPE_PAC_TYPE &&
1239 be_to_host16(tlv->length) == 2 &&
1240 be_to_host16(tlv
1124 eap_fast_parse_tlvs(struct wpabuf *data, struct eap_fast_tlv_parse *tlv) argument
1248 struct eap_fast_tlv_parse tlv; local
[all...]
/external/chromium_org/third_party/usrsctp/usrsctplib/netinet/
H A Dsctp_asconf.c111 uint8_t *tlv; local
140 tlv = (uint8_t *) (error + 1);
141 memcpy(tlv, error_tlv, tlv_length);
/external/libpcap/
H A Dpcap-common.c1226 nflog_tlv_t *tlv; local
1246 tlv = (nflog_tlv_t *) p;
1249 tlv->tlv_type = SWAPSHORT(tlv->tlv_type);
1250 tlv->tlv_length = SWAPSHORT(tlv->tlv_length);
1253 size = tlv->tlv_length;
/external/wpa_supplicant_8/wpa_supplicant/dbus/
H A Ddbus_new_handlers_p2p.c2403 struct wpabuf *tlv = NULL; local
2431 } else if (!os_strcmp(entry.key, "tlv")) {
2435 tlv = wpabuf_alloc_copy(entry.bytearray_value,
2459 if (tlv == NULL)
2461 ref = wpas_p2p_sd_request(wpa_s, addr, tlv);
2462 wpabuf_free(tlv);
2480 if (tlv)
2481 wpabuf_free(tlv);
2495 struct wpabuf *tlv = NULL; local
2522 tlv
[all...]
/external/kernel-headers/original/uapi/sound/
H A Demu10k1.h286 const unsigned int *tlv; member in struct:snd_emu10k1_fx8010_control_gpr

Completed in 1149 milliseconds

12