Home
last modified time | relevance | path

Searched refs:ntohl (Results 1 – 18 of 18) sorted by relevance

/system/nfc/src/gki/common/
Dgki_inet.h24 #define htonl ntohl
31 #define ntohl(n) (n) macro
38 extern uint32_t ntohl(uint32_t n);
/system/nfc/halimpl/bcm2079x/gki/common/
Dgki_inet.h24 #define htonl ntohl
31 #define ntohl(n) (n) macro
38 extern uint32_t ntohl(uint32_t n);
/system/core/lmkd/
Dlmkd.c291 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/
Ddhcpclient.c214 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()
Difc_utils.c83 uint32_t m = (uint32_t)ntohl(mask); in ipv4NetmaskToPrefixLength()
/system/core/base/include/android-base/
Dendian.h61 #define ntohl(x) __builtin_bswap32(x) macro
/system/core/base/
Dendian_test.cpp43 ASSERT_EQ(le32, ntohl(be32)); in TEST()
/system/core/libcutils/
Drecord_stream.c84 len = ntohl(*((uint32_t *)p_begin)); in getEndOfRecord()
/system/bt/btif/src/
Dbtif_util.cc155 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/
DUnicode.cpp30 # define ntohl(x) ( ((x) << 24) | (((x) >> 24) & 255) | (((x) << 8) & 0xff0000) | (((x) >> 8) & … macro
31 # define htonl(x) ntohl(x)
/system/core/libsysutils/src/
DNetlinkEvent.cpp276 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/
Dblob.cpp220 mBlob.length = ntohl(mBlob.length); in readBlob()
/system/core/gatekeeperd/tests/
Dgatekeeper_test.cpp87 ASSERT_EQ((uint32_t) HW_AUTH_PASSWORD, ntohl(auth_token->authenticator_type)); in TEST()
/system/tpm/tpm_manager/server/
Dtpm_nvram_impl.cc389 index_list->push_back(ntohl(nv_list[i])); in ListSpaces()
/system/bt/bta/sdp/
Dbta_sdp_act.cc90 su.uu.uuid32 = ntohl(u32); in shorten_sdp_uuid()
/system/extras/ext4_utils/
Dext4_utils.c87 uuid->time_low = ntohl(uuid->time_low); in generate_sha1_uuid()
/system/netd/tests/dns_responder/
Ddns_responder.cpp344 ttl = ntohl(intfields.ttl); in readIntFields()
/system/bt/bta/jv/
Dbta_jv_act.cc794 su.uu.uuid32 = ntohl(u32); in shorten_sdp_uuid()