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

1 2

  /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_fast_common.h 105 int tlv_type, u8 *pos, size_t len);
eap_fast_common.c 177 int tlv_type, u8 *pos, size_t len)
179 switch (tlv_type) {
  /external/libpcap/pcap/
nflog.h 50 u_int16_t tlv_type; /* tlv type */ member in struct:nflog_tlv
  /external/wpa_supplicant_8/src/eap_server/
eap_server_peap.c 373 u16 tlv_type; local
397 tlv_type = EAP_TLV_CRYPTO_BINDING_TLV;
398 wpabuf_put_be16(buf, tlv_type);
619 int tlv_type, mandatory, tlv_len; local
631 tlv_type = pos[0] & 0x3f;
632 tlv_type = (tlv_type << 8) | pos[1];
643 switch (tlv_type) {
654 "%d%s", tlv_type,
737 int tlv_type, mandatory, tlv_len, vtlv_len local
    [all...]
eap_server_fast.c 614 result->tlv_type = host_to_be16(
626 result->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
634 binding->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
759 WPA_PUT_BE16((u8 *) &result->tlv_type,
767 pac_tlv->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
1127 int mandatory, tlv_type, res; local
1137 tlv_type = WPA_GET_BE16(pos) & 0x3fff;
1147 tlv_type, (unsigned int) len,
1150 res = eap_fast_parse_tlv(tlv, tlv_type, pos, len);
1156 "mandatory TLV type %d", tlv_type);
    [all...]
  /external/tcpdump/
print-ospf.c 198 u_int tlv_type, tlv_length; local
207 tlv_type = EXTRACT_16BITS(tptr);
213 tok2str(lsa_opaque_grace_tlv_values,"unknown",tlv_type),
214 tlv_type,
224 if (tlv_type == 0 || tlv_length ==0) {
229 switch(tlv_type) {
280 u_int tlv_type, tlv_length, subtlv_type, subtlv_length; local
293 tlv_type = EXTRACT_16BITS(tptr);
299 tok2str(lsa_opaque_te_tlv_values,"unknown",tlv_type),
300 tlv_type,
567 register int j, tlv_type, tlv_length, topology; local
    [all...]
print-ldp.c 253 u_short tlv_type,tlv_len,tlv_tlen,af,ft_flags; local
262 tlv_type=LDP_MASK_TLV_TYPE(EXTRACT_16BITS(ldp_tlv_header->type));
268 tlv_type),
269 tlv_type,
276 switch(tlv_type) {
print-lldp.c 1108 u_int tlen, tlv_type, tlv_len; local
1372 u_int oui, tlen, hexdump, tlv_type, tlv_len; local
    [all...]
print-juniper.c 1138 u_int8_t tlv_type,tlv_len; local
    [all...]
print-nflog.c 124 if (tlv->tlv_type == NFULA_PAYLOAD) {
  /external/kernel-headers/original/uapi/linux/
tipc_config.h 252 __be16 tlv_type; /* TLV identifier */ member in struct:tlv_desc
280 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
290 tlv_ptr->tlv_type = htons(type);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/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.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);
  /external/wpa_supplicant_8/src/eap_peer/
eap_fast.c 494 static struct wpabuf * eap_fast_tlv_nak(int vendor_id, int tlv_type)
502 nak->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | EAP_TLV_NAK_TLV);
505 nak->nak_type = host_to_be16(tlv_type);
520 result->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
542 ack->tlv_type = host_to_be16(EAP_TLV_PAC_TLV |
621 rbind->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
731 act->tlv_type = host_to_be16(EAP_TLV_REQUEST_ACTION_TLV);
736 pac->tlv_type = host_to_be16(EAP_TLV_PAC_TLV);
740 type->tlv_type = host_to_be16(PAC_TYPE_PAC_TYPE);
1085 int mandatory, tlv_type, res local
    [all...]
eap_peap.c 317 u16 tlv_type; local
325 tlv_type = EAP_TLV_CRYPTO_BINDING_TLV;
326 wpabuf_put_be16(buf, tlv_type);
474 int tlv_type, mandatory; local
483 tlv_type = WPA_GET_BE16(pos) & 0x3fff;
495 switch (tlv_type) {
506 "%d%s", tlv_type,
512 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 156 __be16 tlv_type; member in struct:tlv_desc
  /development/ndk/platforms/android-L/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...]
  /prebuilts/ndk/9/platforms/android-21/arch-arm/usr/include/linux/
tipc_config.h 156 __be16 tlv_type; member in struct:tlv_desc
  /prebuilts/ndk/9/platforms/android-21/arch-arm64/usr/include/linux/
tipc_config.h 156 __be16 tlv_type; member in struct:tlv_desc
  /prebuilts/ndk/9/platforms/android-21/arch-mips/usr/include/linux/
tipc_config.h 156 __be16 tlv_type; member in struct:tlv_desc
  /prebuilts/ndk/9/platforms/android-21/arch-mips64/usr/include/linux/
tipc_config.h 156 __be16 tlv_type; member in struct:tlv_desc

Completed in 709 milliseconds

1 2