Home
last modified time | relevance | path

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

12345

/third_party/libuv/docs/code/udp-dhcp/
H A Dmain.c31 unsigned int ipbin = ntohl(as_integer[4]); in on_read()
/third_party/node/deps/cares/include/
H A Dares_dns.h71 # define DNS__32BIT(p) ntohl(*(unsigned long *)(p))
/third_party/node/deps/ngtcp2/nghttp3/lib/
H A Dnghttp3_conv.c53 return (int64_t)ntohl(n.n32); in nghttp3_get_varint()
/third_party/lwip/src/include/lwip/
H A Ddef.h122 #define ntohl(x) lwip_ntohl(x) macro
/third_party/musl/libc-test/src/api/
H A Dnetinet_in.c55 I(uint32_t,ntohl(0LL)) in f()
/foundation/communication/dsoftbus/core/connection/ble/src/
H A Dsoftbus_conn_ble_trans.c46 header->seq = ntohl(tmp->seq); in UnpackTransHeader()
47 header->size = ntohl(tmp->size); in UnpackTransHeader()
48 header->offset = ntohl(tmp->offset); in UnpackTransHeader()
49 header->total = ntohl(tmp->total); in UnpackTransHeader()
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/
H A Dinndk.cpp44 uint32_t ret = ntohl(hl); in Ntohl()
119 {"ntohl", nullptr, Ntohl, nullptr, nullptr, nullptr, napi_default, nullptr}, in Init()
/third_party/curl/lib/
H A Drand.c117 randseed = ntohl(seed); in randit()
/foundation/communication/dsoftbus/adapter/common/kernel/posix/
H A Dsoftbus_adapter_socket.c479 return ntohl(netlong); in SoftBusNtoHl()
513 if (data == ntohl(data)) { in IsLittleEndian()
/foundation/communication/netmanager_base/services/netmanagernative/bpf/src/
H A Dbitmap_manager.cpp408 ipv4.s_addr = ntohl(ip); in Ip4ToStr()
481 uint32_t startIpInt = ntohl(startAddr.s_addr); in GetIp4AndMask()
482 uint32_t endIpInt = ntohl(endAddr.s_addr); in GetIp4AndMask()
/third_party/ffmpeg/libavformat/
H A Dos_support.c164 a = ntohl(sin->sin_addr.s_addr); in ff_getnameinfo()
/third_party/nghttp2/lib/
H A Dnghttp2_helper.c51 return ntohl(n); in nghttp2_get_uint32()
/third_party/node/deps/nghttp2/lib/
H A Dnghttp2_helper.c51 return ntohl(n); in nghttp2_get_uint32()
/third_party/ltp/testcases/network/sockets/
H A DltpServer.c101 if (!IN_MULTICAST(ntohl(multiCastAddr.s_addr))) { in main()
/third_party/pulseaudio/src/pulsecore/
H A Dsocket-util.c94 uint32_t ip = ntohl(sa.in.sin_addr.s_addr); in pa_socket_peer_to_string()
H A Dtagstruct.c142 *u = ntohl(*u); in read_u32()
474 *u = ntohl(*u); in ReadCommand()
/third_party/skia/third_party/externals/microhttpd/src/microspdy/
H A Dstructures.h1151 *((uint32_t *) frame ) = ntohl(*((uint32_t *) frame ));\
/third_party/pulseaudio/src/modules/rtp/
H A Dsap.c184 header = ntohl(header); in pa_sap_recv()
/third_party/backends/backend/pixma/
H A Dpixma_bjnp.c775 id_len = MIN(ntohl( id-> cmd.payload_len ) - sizeof(id-> payload.bjnp.id_len), BJNP_IEEE1284_MAX); in get_scanner_id()
781 id_len = MIN(ntohl( id-> cmd.payload_len ), BJNP_IEEE1284_MAX); in get_scanner_id()
1206 device[devno].dialog = ntohl( response -> dialog ); in bjnp_poll_scanner()
1217 device[devno].status_key = ntohl( response -> key ); in bjnp_poll_scanner()
1488 *payload_size = ntohl (resp_buf.payload_len); in bjnp_recv_header()
2562 recvd = ntohl (buf); in sanei_bjnp_write_bulk()
/third_party/libcoap/src/
H A Dcoap_address.c130 return IN_MULTICAST(ntohl(a->addr.sin.sin_addr.s_addr)); in coap_is_mcast()
137 IN_MULTICAST(ntohl(a->addr.sin6.sin6_addr.s6_addr[12]))); in coap_is_mcast()
/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()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Daddress_utils.cpp273 return ntohl(network); in NetworkToHost()
/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);

Completed in 23 milliseconds

12345