| /third_party/libuv/docs/code/udp-dhcp/ |
| H A D | main.c | 31 unsigned int ipbin = ntohl(as_integer[4]); in on_read()
|
| /third_party/node/deps/cares/include/ |
| H A D | ares_dns.h | 71 # define DNS__32BIT(p) ntohl(*(unsigned long *)(p))
|
| /third_party/node/deps/ngtcp2/nghttp3/lib/ |
| H A D | nghttp3_conv.c | 53 return (int64_t)ntohl(n.n32); in nghttp3_get_varint()
|
| /third_party/lwip/src/include/lwip/ |
| H A D | def.h | 122 #define ntohl(x) lwip_ntohl(x) macro
|
| /third_party/musl/libc-test/src/api/ |
| H A D | netinet_in.c | 55 I(uint32_t,ntohl(0LL)) in f()
|
| /foundation/communication/dsoftbus/core/connection/ble/src/ |
| H A D | softbus_conn_ble_trans.c | 46 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 D | inndk.cpp | 44 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 D | rand.c | 117 randseed = ntohl(seed); in randit()
|
| /foundation/communication/dsoftbus/adapter/common/kernel/posix/ |
| H A D | softbus_adapter_socket.c | 479 return ntohl(netlong); in SoftBusNtoHl() 513 if (data == ntohl(data)) { in IsLittleEndian()
|
| /foundation/communication/netmanager_base/services/netmanagernative/bpf/src/ |
| H A D | bitmap_manager.cpp | 408 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 D | os_support.c | 164 a = ntohl(sin->sin_addr.s_addr); in ff_getnameinfo()
|
| /third_party/nghttp2/lib/ |
| H A D | nghttp2_helper.c | 51 return ntohl(n); in nghttp2_get_uint32()
|
| /third_party/node/deps/nghttp2/lib/ |
| H A D | nghttp2_helper.c | 51 return ntohl(n); in nghttp2_get_uint32()
|
| /third_party/ltp/testcases/network/sockets/ |
| H A D | ltpServer.c | 101 if (!IN_MULTICAST(ntohl(multiCastAddr.s_addr))) { in main()
|
| /third_party/pulseaudio/src/pulsecore/ |
| H A D | socket-util.c | 94 uint32_t ip = ntohl(sa.in.sin_addr.s_addr); in pa_socket_peer_to_string()
|
| H A D | tagstruct.c | 142 *u = ntohl(*u); in read_u32() 474 *u = ntohl(*u); in ReadCommand()
|
| /third_party/skia/third_party/externals/microhttpd/src/microspdy/ |
| H A D | structures.h | 1151 *((uint32_t *) frame ) = ntohl(*((uint32_t *) frame ));\
|
| /third_party/pulseaudio/src/modules/rtp/ |
| H A D | sap.c | 184 header = ntohl(header); in pa_sap_recv()
|
| /third_party/backends/backend/pixma/ |
| H A D | pixma_bjnp.c | 775 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 D | coap_address.c | 130 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 D | ip_tools.cpp | 167 unsigned int maskTmp = ntohl(static_cast<int>(inet_addr(mask.c_str()))); in GetMaskLength()
|
| /foundation/communication/dhcp/services/dhcp_server/src/ |
| H A D | address_utils.cpp | 273 return ntohl(network); in NetworkToHost()
|
| /third_party/musl/porting/liteos_a/kernel/include/netinet/ |
| H A D | in.h | 69 uint32_t ntohl(uint32_t);
|
| /third_party/musl/porting/liteos_m_iccarm/kernel/include/netinet/ |
| H A D | in.h | 70 uint32_t ntohl(uint32_t);
|
| /third_party/musl/porting/uniproton/kernel/include/netinet/ |
| H A D | in.h | 70 uint32_t ntohl(uint32_t);
|