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

  /external/wpa_supplicant_8/src/eap_common/
eap_tlv_common.h 43 be16 tlv_type;
44 be16 length;
48 be16 tlv_type;
49 be16 length;
51 be16 nak_type;
55 be16 tlv_type;
56 be16 length;
57 be16 status;
62 be16 tlv_type;
63 be16 length
    [all...]
eap_fast_common.h 44 be16 type;
45 be16 len;
eap_defs.h 21 be16 length; /* including code and identifier; network byte order */
eap_pwd_common.h 46 be16 group_num;
  /external/valgrind/none/tests/ppc32/
ldstrev.stdout.exp 1 ld be16 0x00001234
5 st be16 0xabcd5678
  /bionic/tests/
byteswap_test.cpp 25 static constexpr uint16_t be16 = 0x3412; variable
30 EXPECT_EQ(le16, bswap_16(be16));
31 EXPECT_EQ(be16, bswap_16(le16));
endian_test.cpp 25 static constexpr uint16_t be16 = 0x3412; variable
45 ASSERT_EQ(be16, htons(le16));
55 ASSERT_EQ(le16, ntohs(be16));
64 ASSERT_EQ(be16, htobe16(le16));
76 ASSERT_EQ(le16, be16toh(be16));
89 ASSERT_EQ(le16, betoh16(be16));
netinet_in_test.cpp 29 static constexpr uint16_t be16 = 0x3412; variable
49 ASSERT_EQ(be16, (htons)(le16));
65 ASSERT_EQ(le16, (ntohs)(be16));
  /system/core/base/
endian_test.cpp 34 static constexpr uint16_t be16 = 0x3412; local
38 ASSERT_EQ(be16, htons(le16));
42 ASSERT_EQ(le16, ntohs(be16));
46 ASSERT_EQ(be16, htobe16(le16));
50 ASSERT_EQ(le16, betoh16(be16));
62 ASSERT_EQ(le16, be16toh(be16));
  /external/wpa_supplicant_8/src/common/
eapol_common.h 21 be16 length;
28 be16 ethertype;
dhcp.h 30 be16 secs;
31 be16 flags;
49 be16 secs;
50 be16 flags;
wpa_common.h 285 be16 mui;
286 be16 error_type;
  /external/cn-cbor/src/
cn-encoder.c 98 uint16_t be16 = (uint16_t)val; local
100 be16 = hton16p(&be16);
101 write_byte_and_data(ib | 25, (const void*)&be16, 2);
121 uint16_t be16, u16; local
146 be16 = hton16p((const uint8_t*)&u16);
148 write_byte_and_data(IB_PRIM | 25, (const void*)&be16, 2);
  /external/strace/
nlattr.h 59 DECL_NLA(be16); variable
  /external/wpa_supplicant_8/src/l2_packet/
l2_packet.h 35 be16 h_proto;
  /external/wpa_supplicant_8/src/ap/
iapp.c 56 be16 identifier;
57 be16 length;
79 be16 seq_num;
87 be16 len; /* 6 */
fils_hlp.c 20 static be16 ip_checksum(const void *buf, size_t len)
  /external/wpa_supplicant_8/src/utils/
common.h 176 #define be_to_host16(n) bswap_16((__force u16) (be16) (n))
177 #define host_to_be16(n) ((__force be16) bswap_16((n)))
441 typedef u16 __bitwise be16; typedef
  /external/wpa_supplicant_8/src/pae/
ieee802_1x_kay.h 40 be16 port;
  /external/wpa_supplicant_8/src/radius/
radius.h 21 be16 length; /* including this header */
  /toolchain/binutils/binutils-2.27/gas/testsuite/gas/m68k/
mcf-emac.d     [all...]

Completed in 627 milliseconds