HomeSort by relevance Sort by last modified time
    Searched full:be16 (Results 1 - 19 of 19) sorted by null

  /external/wpa_supplicant_6/wpa_supplicant/src/eap_common/
eap_tlv_common.h 49 be16 tlv_type;
50 be16 length;
54 be16 tlv_type;
55 be16 length;
57 be16 nak_type;
61 be16 tlv_type;
62 be16 length;
63 be16 status;
68 be16 tlv_type;
69 be16 length
    [all...]
eap_fast_common.h 50 be16 type;
51 be16 len;
eap_defs.h 27 be16 length; /* including code and identifier; network byte order */
  /external/wpa_supplicant_8/src/eap_common/
eap_tlv_common.h 49 be16 tlv_type;
50 be16 length;
54 be16 tlv_type;
55 be16 length;
57 be16 nak_type;
61 be16 tlv_type;
62 be16 length;
63 be16 status;
68 be16 tlv_type;
69 be16 length
    [all...]
eap_fast_common.h 50 be16 type;
51 be16 len;
eap_pwd_common.h 58 be16 group_num;
eap_defs.h 27 be16 length; /* including code and identifier; network byte order */
  /external/valgrind/main/none/tests/ppc32/
ldstrev.stdout.exp 1 ld be16 0x00001234
5 st be16 0xabcd5678
ldstrev.c 98 printf("ld be16 0x%08x\n", read16be( &foo ));
104 printf("st be16 0x%08x\n", foo);
  /external/wpa_supplicant_6/wpa_supplicant/src/common/
eapol_common.h 27 be16 length;
wpa_common.h 251 be16 mui;
252 be16 error_type;
  /external/wpa_supplicant_8/src/common/
eapol_common.h 27 be16 length;
wpa_common.h 259 be16 mui;
260 be16 error_type;
  /external/icu4c/test/letest/
letest.vcxproj.filters 9 <UniqueIdentifier>{2eb34de4-4fbe-448c-be16-2c21a0389dc5}</UniqueIdentifier>
  /external/wpa_supplicant_6/wpa_supplicant/src/utils/
common.h 214 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
215 #define host_to_be16(n) ((__force be16) bswap_16((n)))
405 typedef u16 __bitwise be16; typedef
  /external/wpa_supplicant_8/src/ap/
iapp.c 66 be16 identifier;
67 be16 length;
89 be16 seq_num;
97 be16 len; /* 6 */
  /external/wpa_supplicant_8/src/utils/
common.h 214 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
215 #define host_to_be16(n) ((__force be16) bswap_16((n)))
432 typedef u16 __bitwise be16; typedef
  /external/wpa_supplicant_6/wpa_supplicant/src/l2_packet/
l2_packet.h 41 be16 h_proto;
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet.h 41 be16 h_proto;

Completed in 355 milliseconds