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

  /external/libpcap/pcap/
nflog.h 50 u_int16_t tlv_type; /* tlv type */ member in struct:nflog_tlv
  /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-bgp.c 960 int plen,tlen,strlen,tlv_type,tlv_len,ttlv_len; local
    [all...]
print-juniper.c 1138 u_int8_t tlv_type,tlv_len; local
    [all...]
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-isoclns.c 2093 u_int8_t pdu_type, max_area, id_length, tlv_type, tlv_len, tmp, alen, lan_alen, prefix_len; local
    [all...]
  /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
  /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)) {
  /external/wpa_supplicant_8/src/eap_peer/
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...]
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...]
  /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...]
  /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/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);
  /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
  /prebuilts/ndk/9/platforms/android-21/arch-x86/usr/include/linux/
tipc_config.h 156 __be16 tlv_type; member in struct:tlv_desc
  /prebuilts/ndk/9/platforms/android-21/arch-x86_64/usr/include/linux/
tipc_config.h 156 __be16 tlv_type; member in struct:tlv_desc
  /external/libnfc-nci/src/nfc/int/
rw_int.h 542 UINT8 tlv_type; \/* currently detected type *\/ member in struct:__anon28996
    [all...]

Completed in 910 milliseconds