Home
last modified time | relevance | path

Searched refs:tlv_type (Results 1 – 7 of 7) sorted by relevance

/external/wpa_supplicant/
Deap_tlv.h40 u16 tlv_type; member
45 u16 tlv_type; member
52 u16 tlv_type; member
58 u16 tlv_type; member
64 u16 tlv_type; member
75 u16 tlv_type; member
Deap_tlv.c113 int tlv_type, mandatory; in eap_tlv_process() local
122 tlv_type = WPA_GET_BE16(pos) & 0x3fff; in eap_tlv_process()
134 switch (tlv_type) { in eap_tlv_process()
141 "%d%s", tlv_type, in eap_tlv_process()
147 tlv_type, resp_len); in eap_tlv_process()
Deap_fast.c1145 static u8 * eap_fast_tlv_nak(int vendor_id, int tlv_type, size_t *len) in eap_fast_tlv_nak() argument
1152 nak->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | EAP_TLV_NAK_TLV); in eap_fast_tlv_nak()
1155 nak->nak_type = host_to_be16(tlv_type); in eap_fast_tlv_nak()
1167 result->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | in eap_fast_tlv_result()
1187 res->tlv_type = host_to_be16(EAP_TLV_RESULT_TLV | in eap_fast_tlv_pac_ack()
1193 ack->tlv_type = host_to_be16(EAP_TLV_PAC_TLV | in eap_fast_tlv_pac_ack()
1217 tlv->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | in eap_fast_tlv_eap_payload()
1330 rresult->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | in eap_fast_process_crypto_binding()
1346 rbind->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY | in eap_fast_process_crypto_binding()
1532 int mandatory, tlv_type; in eap_fast_decrypt() local
[all …]
/external/tcpdump/
Dprint-ospf.c256 register int j, k, tlv_type, tlv_length, subtlv_type, subtlv_length, priority_level, te_class; in ospf_print_lsa() local
459 tlv_type = EXTRACT_16BITS(tptr); in ospf_print_lsa()
465 tok2str(lsa_opaque_ri_tlv_values,"unknown",tlv_type), in ospf_print_lsa()
466 tlv_type, in ospf_print_lsa()
476 switch(tlv_type) { in ospf_print_lsa()
507 tlv_type = EXTRACT_16BITS(tptr); in ospf_print_lsa()
513 tok2str(lsa_opaque_grace_tlv_values,"unknown",tlv_type), in ospf_print_lsa()
514 tlv_type, in ospf_print_lsa()
524 switch(tlv_type) { in ospf_print_lsa()
570 tlv_type = EXTRACT_16BITS(tptr); in ospf_print_lsa()
[all …]
Dprint-ldp.c249 u_short tlv_type,tlv_len,tlv_tlen,af,ft_flags; in ldp_tlv_print() local
258 tlv_type=LDP_MASK_TLV_TYPE(EXTRACT_16BITS(ldp_tlv_header->type)); in ldp_tlv_print()
264 tlv_type), in ldp_tlv_print()
265 tlv_type, in ldp_tlv_print()
272 switch(tlv_type) { in ldp_tlv_print()
Dprint-isoclns.c1541 isis_print_ext_is_reach (const u_int8_t *tptr,const char *ident, int tlv_type) { in isis_print_ext_is_reach() argument
1553 if (tlv_type != ISIS_TLV_IS_ALIAS_ID) { /* the Alias TLV Metric field is implicit 0 */ in isis_print_ext_is_reach()
1744 u_int8_t pdu_type, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len; in isis_print() local
2093 tlv_type = *pptr++; in isis_print()
2106 tlv_type), in isis_print()
2107 tlv_type, in isis_print()
2114 switch (tlv_type) { in isis_print()
2172 ext_is_len = isis_print_ext_is_reach(tptr,"\n\t ",tlv_type); in isis_print()
2183 ext_is_len = isis_print_ext_is_reach(tptr,"\n\t ",tlv_type); in isis_print()
2193 ext_is_len = isis_print_ext_is_reach(tptr,"\n\t ",tlv_type); in isis_print()
Dprint-bgp.c635 int plen,tlen,strlen,tlv_type,tlv_len,ttlv_len; in decode_labeled_vpn_l2() local
657 tlv_type=*pptr++; in decode_labeled_vpn_l2()
662 switch(tlv_type) { in decode_labeled_vpn_l2()
666 tlv_type, in decode_labeled_vpn_l2()
683 tlv_type, in decode_labeled_vpn_l2()