Home
last modified time | relevance | path

Searched refs:__constant_htonl (Results 1 – 5 of 5) sorted by relevance

/aosp12/system/netd/tests/
H A Dnetd_client_test.cpp53 .sin_addr.s_addr = __constant_htonl(0x08080808L) // 8.8.8.8 in checkNetworkConnectivity()
/aosp12/bionic/libc/kernel/uapi/linux/byteorder/
H A Dbig_endian.h29 #define __constant_htonl(x) ((__force __be32) (__u32) (x)) macro
H A Dlittle_endian.h29 #define __constant_htonl(x) ((__force __be32) ___constant_swab32((x))) macro
/aosp12/packages/modules/DnsResolver/
H A Dgetaddrinfo.cpp253 .sin_addr.s_addr = __constant_htonl(0x08080808L) // 8.8.8.8 in have_ipv4()
/aosp12/bionic/libc/dns/net/
H A Dgetaddrinfo.c388 .sin_addr.s_addr = __constant_htonl(0x08080808L) // 8.8.8.8 in _have_ipv4()