Home
last modified time | relevance | path

Searched refs:ntohl (Results 101 - 123 of 123) sorted by relevance

12345

/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_function.cpp56 uIp = ntohl(addr4.s_addr); in Ip4StrConToInt()
/third_party/curl/lib/
H A Dasyn-ares.c922 ntohl(a4.s_addr)); in Curl_set_dns_local_ip4()
H A Dkrb5.c528 len = ntohl(len); in read_data()
/third_party/pulseaudio/src/pulsecore/
H A Dohos_socket-server.c512 return pa_socket_server_new_ipv4(m, ntohl(ipv4.s_addr), port, fallback, tcpwrap_service); in pa_socket_server_new_ipv4_string()
H A Dsocket-server.c492 return pa_socket_server_new_ipv4(m, ntohl(ipv4.s_addr), port, fallback, tcpwrap_service); in pa_socket_server_new_ipv4_string()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/ap/
H A Dfils_hlp.c345 ntohl(dhcp->xid)); in fils_process_hlp_dhcp()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/ap/
H A Dfils_hlp.c345 ntohl(dhcp->xid)); in fils_process_hlp_dhcp()
/third_party/backends/frontend/
H A Dsaned.c829 if (IN_LOOPBACK (ntohl (sin->sin_addr.s_addr))) in check_host()
845 if (IN_LOOPBACK (ntohl (sin->sin_addr.s_addr))) in check_host()
1176 if (IN_LOOPBACK (ntohl (sin.sin_addr.s_addr))) in check_host()
/foundation/communication/netmanager_base/services/netmanagernative/src/netsys/
H A Dclatd_packet_converter.cpp361 ipHeader->id = htons(ntohl(ip6FragHeader->ip6f_ident) & 0xffff); in ProcessFragHeader()
/foundation/communication/netmanager_base/utils/common_utils/src/
H A Dnetmanager_base_common_utils.cpp148 unsigned int maskTmp = ntohl(static_cast<int>(inet_addr(mask.c_str()))); in GetMaskLength()
/third_party/pulseaudio/src/modules/rtp/
H A Dmodule-rtp-recv.c437 if ((ntohl(((const struct sockaddr_in*) sa)->sin_addr.s_addr) & ipv4_mcast_mask) == ipv4_mcast_mask) { in mcast_socket()
/third_party/toybox/toys/pending/
H A Dip.c2701 if (!ptnl->i_key && IN_MULTICAST(ntohl(ptnl->iph.daddr))) { in parse_iptunnel_args()
2705 if (!ptnl->o_key && IN_MULTICAST(ntohl(ptnl->iph.daddr))) { in parse_iptunnel_args()
2709 if (IN_MULTICAST(ntohl(ptnl->iph.daddr)) && !ptnl->iph.saddr) in parse_iptunnel_args()
/test/xts/acts/kernel_lite/net_posix/src/
H A DActsNetTest.cpp1734 uint32_t intRst1 = ntohl(intInput1); in HWTEST_F()
1736 uint32_t intRst2 = ntohl(intInput2); in HWTEST_F()
/third_party/nghttp2/src/
H A Dutil.cc1434 return ntohl(n); in get_uint32()
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dsession.c224 status = ntohl(status_int); in spdyf_handler_read_goaway()
294 //status = ntohl(status_int); //for debug in spdyf_handler_read_rst_stream()
/third_party/python/Modules/
H A Doverlapped.c804 ntohl(a->sin6_flowinfo), in unparse_address()
H A Dsocketmodule.c33 - socket.ntohl(32 bit value) --> new int object
1392 ntohl(a->sin6_flowinfo), in makesockaddr()
6244 return PyLong_FromUnsignedLong(ntohl(x));
6248 "ntohl(integer) -> integer\n\
7065 {"ntohl", socket_ntohl,
/foundation/communication/dsoftbus/sdk/transmission/trans_channel/udp/stream/libsoftbus_stream/
H A Dvtp_stream_socket.cpp1085 return ntohl(*reinterpret_cast<int *>(buffer.get())); in RecvStreamLen()
/foundation/communication/dsoftbus/components/nstackx/nstackx_core/dfile/core/
H A Dnstackx_file_manager.c556 *blockSequence = ntohl(blockFrame->fileDataFrame->blockSequence); in GetFrameHearderInfo()
H A Dnstackx_dfile_session.c992 data.sockAddr[i].sin_addr.s_addr = ntohl(session->socket[i]->srcAddr.sin_addr.s_addr); in NotifyBindPort()
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/radius/
H A Dradius.c952 if (ntohl(vendor_id) != vendor) in radius_msg_get_vendor_attr()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/radius/
H A Dradius.c952 if (ntohl(vendor_id) != vendor) in radius_msg_get_vendor_attr()
/third_party/python/Lib/test/
H A Dtest_socket.py1119 sizes = {socket.htonl: 32, socket.ntohl: 32,
1145 socket.ntohl(k)
1151 self.assertRaises(OverflowError, socket.ntohl, k)

Completed in 61 milliseconds

12345