Searched refs:ntohl (Results 1 – 18 of 18) sorted by relevance
/system/nfc/src/gki/common/ |
D | gki_inet.h | 24 #define htonl ntohl 31 #define ntohl(n) (n) macro 38 extern uint32_t ntohl(uint32_t n);
|
/system/nfc/halimpl/bcm2079x/gki/common/ |
D | gki_inet.h | 24 #define htonl ntohl 31 #define ntohl(n) (n) macro 38 extern uint32_t ntohl(uint32_t n);
|
/system/core/lmkd/ |
D | lmkd.c | 291 lowmem_minfree[i] = ntohl(*params++); in cmd_target() 292 lowmem_adj[i] = ntohl(*params++); in cmd_target() 360 cmd = ntohl(ibuf[0]); in ctrl_command_handler() 372 cmd_procprio(ntohl(ibuf[1]), ntohl(ibuf[2]), ntohl(ibuf[3])); in ctrl_command_handler() 377 cmd_procremove(ntohl(ibuf[1])); in ctrl_command_handler()
|
/system/core/libnetutils/ |
D | dhcpclient.c | 214 info->lease = ntohl(info->lease); in decode_dhcp_msg() 272 ntohl(msg->xid), ntohs(msg->secs), ntohs(msg->flags), len); in dump_dhcp_msg() 362 if (verbose) ALOGD("Wrong Xid 0x%x != 0x%x\n", ntohl(reply->xid), in is_valid_reply() 363 ntohl(msg->xid)); in is_valid_reply()
|
D | ifc_utils.c | 83 uint32_t m = (uint32_t)ntohl(mask); in ipv4NetmaskToPrefixLength()
|
/system/core/base/include/android-base/ |
D | endian.h | 61 #define ntohl(x) __builtin_bswap32(x) macro
|
/system/core/base/ |
D | endian_test.cpp | 43 ASSERT_EQ(le32, ntohl(be32)); in TEST()
|
/system/core/libcutils/ |
D | record_stream.c | 84 len = ntohl(*((uint32_t *)p_begin)); in getEndOfRecord()
|
/system/bt/btif/src/ |
D | btif_util.cc | 155 snprintf(str, str_len, "%.8x-%.4x-%.4x-%.4x-%.8x%.4x", ntohl(uuid0), in uuid_to_string_legacy() 156 ntohs(uuid1), ntohs(uuid2), ntohs(uuid3), ntohl(uuid4), in uuid_to_string_legacy()
|
/system/core/libutils/ |
D | Unicode.cpp | 30 # define ntohl(x) ( ((x) << 24) | (((x) >> 24) & 255) | (((x) << 8) & 0xff0000) | (((x) >> 8) & … macro 31 # define htonl(x) ntohl(x)
|
/system/core/libsysutils/src/ |
D | NetlinkEvent.cpp | 276 uid = ntohl(nla_get_u32(uid_attr)); in parseNfPacketMessage() 457 const uint32_t lifetime = ntohl(rndss_opt->nd_opt_rdnss_lifetime); in parseNdUserOptMessage()
|
/system/security/keystore/ |
D | blob.cpp | 220 mBlob.length = ntohl(mBlob.length); in readBlob()
|
/system/core/gatekeeperd/tests/ |
D | gatekeeper_test.cpp | 87 ASSERT_EQ((uint32_t) HW_AUTH_PASSWORD, ntohl(auth_token->authenticator_type)); in TEST()
|
/system/tpm/tpm_manager/server/ |
D | tpm_nvram_impl.cc | 389 index_list->push_back(ntohl(nv_list[i])); in ListSpaces()
|
/system/bt/bta/sdp/ |
D | bta_sdp_act.cc | 90 su.uu.uuid32 = ntohl(u32); in shorten_sdp_uuid()
|
/system/extras/ext4_utils/ |
D | ext4_utils.c | 87 uuid->time_low = ntohl(uuid->time_low); in generate_sha1_uuid()
|
/system/netd/tests/dns_responder/ |
D | dns_responder.cpp | 344 ttl = ntohl(intfields.ttl); in readIntFields()
|
/system/bt/bta/jv/ |
D | bta_jv_act.cc | 794 su.uu.uuid32 = ntohl(u32); in shorten_sdp_uuid()
|