Home
last modified time | relevance | path

Searched refs:ntohl (Results 76 - 100 of 131) sorted by relevance

123456

/device/soc/hisilicon/hi3861v100/sdk_liteos/platform/os/Huawei_LiteOS/components/lib/libc/musl/include/netinet/
H A Din.h78 uint32_t ntohl(uint32_t);
/foundation/communication/wifi/wifi/services/wifi_standard/wifi_framework/wifi_toolkit/net_helper/
H A Dip_tools.cpp167 unsigned int maskTmp = ntohl(static_cast<int>(inet_addr(mask.c_str()))); in GetMaskLength()
H A Ddhcpd_interface.cpp243 uint32_t cSubnet = ntohl(htonl(IN_CLASSC_NET & IN_CLASSB_HOST) & tmpAddr.s_addr) >> IN_CLASSC_NSHIFT; in AssignIpAddrV4()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Daddress_utils.cpp273 return ntohl(network); in NetworkToHost()
H A Ddhcp_s_server.cpp1072 if ((ntohl(*yourIpAddr) < ntohl(pool->addressRange.beginAddress)) in GetYourIpAddress()
1073 || (ntohl(*yourIpAddr) > ntohl(pool->addressRange.endAddress))) { in GetYourIpAddress()
/third_party/musl/porting/liteos_a/kernel/include/netinet/
H A Din.h69 uint32_t ntohl(uint32_t);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/
H A Din.h70 uint32_t ntohl(uint32_t);
/third_party/musl/porting/uniproton/kernel/include/netinet/
H A Din.h70 uint32_t ntohl(uint32_t);
/third_party/musl/porting/liteos_a_newlib/kernel/include/netinet/
H A Din.h70 uint32_t ntohl(uint32_t);
/third_party/musl/porting/liteos_m/kernel/include/netinet/
H A Din.h70 uint32_t ntohl(uint32_t);
/third_party/ltp/testcases/network/lib6/
H A Dasapi_03.c218 iov.iov_len = sizeof(struct soprot) + ntohl(psop->sop_dlen); in sendall()
/third_party/musl/include/netinet/
H A Din.h69 uint32_t ntohl(uint32_t);
/third_party/toybox/toys/pending/
H A Darping.c69 *oip = ntohl(ip->sin_addr.s_addr); in get_interface()
H A Droute.c247 addr_mask = ~ntohl(addr_mask); in verify_netmask()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius.h315 *value = ntohl(val); in radius_msg_get_attr_int32()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius.h318 *value = ntohl(val); in radius_msg_get_attr_int32()
/foundation/distributeddatamgr/kv_store/kvstoremock/frameworks/jskitsimpl/distributeddata/src/
H A Djs_util.cpp44 return (((uint64_t) ntohl(val)) << BIT_MOVE) + ntohl(val >> BIT_MOVE); in ntohll()
202 uint32_t tmp4int = ntohl(*reinterpret_cast<uint32_t*>(&(real[0]))); in Blob2VariantValue()
205 uint32_t tmp4flt = ntohl(*reinterpret_cast<uint32_t*>(&(real[0]))); in Blob2VariantValue()
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp901 ntohl(m_requestedIp4), in DhcpOfferPacketHandle()
907 ntohl(m_serverIp4), in DhcpOfferPacketHandle()
1002 uint32_t u32Data = ntohl(uData); in ParseNetworkDnsValue()
1071 ntohl(m_requestedIp4), Ipv4Anonymize(pReqIp).c_str()); in ParseNetworkInfo()
H A Ddhcp_function.cpp58 *uIp = ntohl(addr4.s_addr); in Ip4StrConToInt()
/device/soc/hisilicon/common/platform/wifi/hi3881v100/driver/oal/
H A Doal_netbuf.h36 #define oal_net2host_long(_x) ntohl(_x)
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/proxy/src/
H A Dclient_trans_proxy_file_common.c265 uint32_t fileNameLength = ntohl(fileListItem->fileNameLength); in BufferToFileList()
/foundation/communication/netmanager_base/services/netmanagernative/src/manager/
H A Dinterface_manager.cpp248 uint32_t m = ntohl(mask); in Ipv4NetmaskToPrefixLength()
/third_party/ffmpeg/libavformat/
H A Dnetwork.c148 return IN_MULTICAST(ntohl(((struct sockaddr_in *)addr)->sin_addr.s_addr)); in ff_is_multicast_address()
/third_party/ltp/testcases/network/sockets/
H A DltpClient.c198 if (!IN_MULTICAST(ntohl(mcastRemoteServerAddr.sin_addr.s_addr))) { in main()
/third_party/python/Modules/
H A Dgetaddrinfo.c427 v4a = ntohl(v4a); in getaddrinfo()

Completed in 29 milliseconds

123456