/external/wpa_supplicant_8/src/eap_common/ |
eap_tlv_common.h | 43 be16 tlv_type; member in struct:eap_tlv_hdr 48 be16 tlv_type; member in struct:eap_tlv_nak_tlv 55 be16 tlv_type; member in struct:eap_tlv_result_tlv 62 be16 tlv_type; member in struct:eap_tlv_intermediate_result_tlv 70 be16 tlv_type; member in struct:eap_tlv_crypto_binding_tlv 81 be16 tlv_type; member in struct:eap_tlv_pac_ack_tlv 90 be16 tlv_type; member in struct:eap_tlv_request_action_tlv 97 be16 tlv_type; /* PAC_TYPE_PAC_TYPE */ member in struct:eap_tlv_pac_type_tlv
|
eap_common.c | 215 u8 tlv_type, tlv_len; local 217 tlv_type = *pos++; 218 switch (tlv_type) { 246 if (tlv_type == EAP_ERP_TLV_KEYNAME_NAI) { 256 } else if (tlv_type == EAP_ERP_TLV_DOMAIN_NAME) { 263 if (tlv_type >= 128 && tlv_type <= 191) { 280 tlv_type);
|
eap_fast_common.h | 105 int tlv_type, u8 *pos, size_t len);
|
eap_fast_common.c | 150 int tlv_type, u8 *pos, size_t len) 152 switch (tlv_type) {
|
/external/libpcap/pcap/ |
nflog.h | 50 u_int16_t tlv_type; /* tlv type */ member in struct:nflog_tlv
|
/external/kernel-headers/original/uapi/linux/ |
tipc_config.h | 244 __be16 tlv_type; /* TLV identifier */ member in struct:tlv_desc 272 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type); 287 return (ntohs(tlv->tlv_type) == type); 292 tlv->tlv_type = htons(type); 302 tlv_ptr->tlv_type = htons(type);
|
/external/tcpdump/ |
print-ospf.c | 186 u_int tlv_type, tlv_length; local 195 tlv_type = EXTRACT_16BITS(tptr); 201 tok2str(lsa_opaque_grace_tlv_values,"unknown",tlv_type), 202 tlv_type, 212 if (tlv_type == 0 || tlv_length ==0) { 217 switch(tlv_type) { 269 u_int tlv_type, tlv_length, subtlv_type, subtlv_length; local 282 tlv_type = EXTRACT_16BITS(tptr); 288 tok2str(lsa_opaque_te_tlv_values,"unknown",tlv_type), 289 tlv_type, 558 register int j, tlv_type, tlv_length, topology; local [all...] |
print-ldp.c | 245 u_short tlv_type,tlv_len,tlv_tlen,af,ft_flags; local 259 tlv_type=LDP_MASK_TLV_TYPE(EXTRACT_16BITS(ldp_tlv_header->type)); 265 tlv_type), 266 tlv_type, 273 switch(tlv_type) {
|
print-lldp.c | 1111 u_int tlen, tlv_type, tlv_len; local 1380 u_int oui, tlen, hexdump, tlv_type, tlv_len; local [all...] |
print-babel.c | 274 const u_char *cp, const u_char *ep, const uint8_t tlv_type) 308 if(tlv_type != MESSAGE_UPDATE) 313 if(tlv_type == MESSAGE_HELLO) { 318 } else if(tlv_type == MESSAGE_IHU) {
|
print-juniper.c | 1146 uint8_t tlv_type,tlv_len; local [all...] |
print-nflog.c | 123 if (tlv->tlv_type == NFULA_PAYLOAD) {
|
/external/wpa_supplicant_8/src/eap_server/ |
eap_server_peap.c | 417 u16 tlv_type; local 441 tlv_type = EAP_TLV_CRYPTO_BINDING_TLV; 442 wpabuf_put_be16(buf, tlv_type); 662 int tlv_type, mandatory, tlv_len; local 674 tlv_type = pos[0] & 0x3f; 675 tlv_type = (tlv_type << 8) | pos[1]; 686 switch (tlv_type) { 697 "%d%s", tlv_type, 782 int tlv_type, mandatory, tlv_len, vtlv_len local [all...] |
eap_server_fast.c | 620 result->tlv_type = host_to_be16( 632 result->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | 640 binding->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | 765 WPA_PUT_BE16((u8 *) &result->tlv_type, 773 pac_tlv->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | 1136 int mandatory, tlv_type, res; local 1146 tlv_type = WPA_GET_BE16(pos) & 0x3fff; 1156 tlv_type, (unsigned int) len, 1159 res = eap_fast_parse_tlv(tlv, tlv_type, pos, len); 1165 "mandatory TLV type %d", tlv_type); [all...] |
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/linux/ |
tipc_config.h | 274 __be16 tlv_type; /* TLV identifier */ member in struct:tlv_desc 302 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type); 312 tlv_ptr->tlv_type = htons(type);
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/ |
tipc_config.h | 250 __be16 tlv_type; /* TLV identifier */ member in struct:tlv_desc 278 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type); 288 tlv_ptr->tlv_type = htons(type);
|
/external/wpa_supplicant_8/src/eap_peer/ |
eap_fast.c | 498 static struct wpabuf * eap_fast_tlv_nak(int vendor_id, int tlv_type) 506 nak->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | EAP_TLV_NAK_TLV); 509 nak->nak_type = host_to_be16(tlv_type); 524 result->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | 546 ack->tlv_type = host_to_be16(EAP_TLV_PAC_TLV | 625 rbind->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | 735 act->tlv_type = host_to_be16(EAP_TLV_REQUEST_ACTION_TLV); 740 pac->tlv_type = host_to_be16(EAP_TLV_PAC_TLV); 744 type->tlv_type = host_to_be16(PAC_TYPE_PAC_TYPE); 1089 int mandatory, tlv_type, res local [all...] |
eap_peap.c | 319 u16 tlv_type; local 327 tlv_type = EAP_TLV_CRYPTO_BINDING_TLV; 328 wpabuf_put_be16(buf, tlv_type); 477 int tlv_type, mandatory; local 486 tlv_type = WPA_GET_BE16(pos) & 0x3fff; 498 switch (tlv_type) { 509 "%d%s", tlv_type, 515 tlv_type); [all...] |
/external/libnfc-nci/src/nfa/include/ |
nfa_rw_api.h | 211 ** NFC_STATUS_REFUSED if tlv_type is NDEF & tag won't support NDEF 215 NFC_API extern tNFA_STATUS NFA_RwLocateTlv (UINT8 tlv_type);
|
/hardware/qcom/audio/legacy/libalsa-intf/ |
alsa_mixer.c | 313 long *min, long *max, unsigned int *tlv_type) 342 *tlv_type = type; 400 unsigned int *tlv_type; local 409 mixer_ctl_read_tlv(ctl, tlv, &min, &max, &tlv_type); 530 unsigned int tlv_type; local 542 } else if (!mixer_ctl_read_tlv(ctl, tlv, &min, &max, &tlv_type)) { 543 switch(tlv_type) { 699 unsigned int tlv_type; local 706 } else if (!mixer_ctl_read_tlv(ctl, tlv, &min, &max, &tlv_type)) {
|
/bionic/libc/kernel/uapi/linux/ |
tipc_config.h | 152 __be16 tlv_type; member in struct:tlv_desc
|
/development/ndk/platforms/android-21/include/linux/ |
tipc_config.h | 156 __be16 tlv_type; member in struct:tlv_desc
|
/external/libnfc-nci/src/nfa/rw/ |
nfa_rw_api.c | 326 ** NFC_STATUS_REFUSED if tlv_type is NDEF & tag won't support NDEF 330 tNFA_STATUS NFA_RwLocateTlv (UINT8 tlv_type) 340 if (tlv_type == TAG_LOCK_CTRL_TLV) 344 else if (tlv_type == TAG_MEM_CTRL_TLV) 348 else if (tlv_type == TAG_NDEF_TLV) [all...] |
/hardware/qcom/bt/msm8909/libbt-vendor/include/ |
hw_rome.h | 128 /* TLV_TYPE */ 226 unsigned char tlv_type; member in struct:__anon32506
|
/prebuilts/ndk/current/platforms/android-21/arch-arm/usr/include/linux/ |
tipc_config.h | 156 __be16 tlv_type; member in struct:tlv_desc
|