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

1 2

  /external/wpa_supplicant_8/src/eap_common/
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_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
  /external/tcpdump/
print-nsh.c 61 uint8_t tlv_type; local
130 tlv_type = *bp;
136 tlv_class, tlv_type, tlv_len));
print-ospf.c 187 u_int tlv_type, tlv_length; local
196 tlv_type = EXTRACT_16BITS(tptr);
202 tok2str(lsa_opaque_grace_tlv_values,"unknown",tlv_type),
203 tlv_type,
213 if (tlv_type == 0 || tlv_length ==0) {
218 switch(tlv_type) {
270 u_int tlv_type, tlv_length, subtlv_type, subtlv_length; local
283 tlv_type = EXTRACT_16BITS(tptr);
289 tok2str(lsa_opaque_te_tlv_values,"unknown",tlv_type),
290 tlv_type,
624 register int j, tlv_type, tlv_length, topology; local
    [all...]
print-ldp.c 246 u_short tlv_type,tlv_len,tlv_tlen,af,ft_flags; local
260 tlv_type=LDP_MASK_TLV_TYPE(EXTRACT_16BITS(ldp_tlv_header->type));
266 tlv_type),
267 tlv_type,
274 switch(tlv_type) {
print-juniper.c 1184 uint8_t tlv_type,tlv_len; local
    [all...]
print-bgp.c 1028 int plen,tlen,stringlen,tlv_type,tlv_len,ttlv_len; local
    [all...]
print-lldp.c 1156 u_int tlen, tlv_type, tlv_len; local
1425 u_int oui, tlen, hexdump, tlv_type, tlv_len; local
    [all...]
  /external/libpcap/pcap/
nflog.h 50 u_int16_t tlv_type; /* tlv type */ member in struct:nflog_tlv
  /hardware/qcom/wlan/qcwcn/wifi_hal/
nan_req.cpp 1203 u16 tlv_type = NAN_TLV_TYPE_SERVICE_SPECIFIC_INFO; local
    [all...]
  /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/syslinux/gpxe/src/core/
proto_eth_slow.c 63 uint8_t tlv_type; member in struct:slow_marker
392 (pkt->marker.tlv_type == MARKER_TLV_INFO) &&
395 pkt->marker.tlv_type = MARKER_TLV_RESPONSE;
  /external/wpa_supplicant_8/src/eap_peer/
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...]
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 |
736 act->tlv_type = host_to_be16(EAP_TLV_REQUEST_ACTION_TLV);
741 pac->tlv_type = host_to_be16(EAP_TLV_PAC_TLV);
745 type->tlv_type = host_to_be16(PAC_TYPE_PAC_TYPE);
1090 int mandatory, tlv_type, res local
    [all...]
  /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 618 result->tlv_type = host_to_be16(
630 result->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
638 binding->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
763 WPA_PUT_BE16((u8 *) &result->tlv_type,
771 pac_tlv->tlv_type = host_to_be16(EAP_TLV_TYPE_MANDATORY |
1134 int mandatory, tlv_type, res; local
1144 tlv_type = WPA_GET_BE16(pos) & 0x3fff;
1154 tlv_type, (unsigned int) len,
1157 res = eap_fast_parse_tlv(tlv, tlv_type, pos, len);
1163 "mandatory TLV type %d", tlv_type);
    [all...]
  /bionic/libc/kernel/uapi/linux/
tipc_config.h 126 __be16 tlv_type; member in struct:tlv_desc
  /external/kernel-headers/original/uapi/linux/
tipc_config.h 245 __be16 tlv_type; /* TLV identifier */ member in struct:tlv_desc
273 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type);
288 return (ntohs(tlv->tlv_type) == type);
293 tlv->tlv_type = htons(type);
303 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);
  /hardware/qcom/bt/msm8909/libbt-vendor/include/
hw_rome.h 128 /* TLV_TYPE */
226 unsigned char tlv_type; member in struct:__anon48698
  /hardware/qcom/bt/msm8909w_3100/libbt-vendor/include/
hw_rome.h 129 /* TLV_TYPE */
223 unsigned char tlv_type; member in struct:__anon48721
  /hardware/qcom/bt/msm8992/libbt-vendor/include/
hw_rome.h 129 /* TLV_TYPE */
227 unsigned char tlv_type; member in struct:__anon48744
  /hardware/qcom/bt/msm8996/libbt-vendor/include/
hw_rome.h 130 /* TLV_TYPE */
228 unsigned char tlv_type; member in struct:__anon48766
  /hardware/qcom/bt/msm8998/libbt-vendor/include/
hw_rome.h 129 /* TLV_TYPE */
223 unsigned char tlv_type; member in struct:__anon48790
  /system/nfc/src/nfc/include/
rw_int.h 677 uint8_t tlv_type; /* currently detected type */ member in struct:__anon3656
    [all...]

Completed in 1375 milliseconds

1 2