Home
last modified time | relevance | path

Searched refs:exp_type (Results 1 – 2 of 2) sorted by relevance

/external/kernel-headers/original/uapi/linux/
Dtipc_config.h269 static inline int TLV_CHECK(const void *tlv, __u16 space, __u16 exp_type) in TLV_CHECK() argument
272 (ntohs(((struct tlv_desc *)tlv)->tlv_type) == exp_type); in TLV_CHECK()
331 static inline int TLV_LIST_CHECK(struct tlv_list_desc *list, __u16 exp_type) in TLV_LIST_CHECK() argument
333 return TLV_CHECK(list->tlv_ptr, list->tlv_space, exp_type); in TLV_LIST_CHECK()
/external/wpa_supplicant_8/src/eap_common/
Deap_common.c82 u32 exp_type; in eap_hdr_validate() local
91 exp_type = WPA_GET_BE32(pos); in eap_hdr_validate()
93 if (exp_vendor != vendor || exp_type != (u32) eap_type) { in eap_hdr_validate()