OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:htonl
(Results
151 - 175
of
321
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/system/core/libutils/
Unicode.cpp
23
# undef
htonl
macro
29
# define
htonl
(x) ntohl(x)
macro
34
# define
htonl
(x) (x)
macro
/system/netd/
DnsProxyListener.cpp
93
uint32_t len_be =
htonl
(len);
113
uint32_t buf =
htonl
(hp->h_addrtype);
116
buf =
htonl
(hp->h_length);
/frameworks/av/media/libstagefright/
MPEG4Writer.cpp
865
uint32_t size =
htonl
(static_cast<uint32_t>(mOffset - mMdatOffset));
[
all
...]
/bionic/libc/upstream-netbsd/libc/inet/
inet_pton.c
203
val =
htonl
(val);
/device/generic/goldfish/libqemu/
test_host_1.c
70
addr.sin_addr.s_addr =
htonl
(INADDR_LOOPBACK);
/external/chromium/third_party/libevent/
evutil.c
103
listen_addr.sin_addr.s_addr =
htonl
(INADDR_LOOPBACK);
/external/chromium_org/third_party/libevent/
evutil.c
103
listen_addr.sin_addr.s_addr =
htonl
(INADDR_LOOPBACK);
/external/chromium_org/tools/measure_page_load_time/ie_bho/
MeasurePageLoadTimeBHO.cpp
119
addrBind.sin_addr.s_addr =
htonl
(INADDR_LOOPBACK);
/external/chromium_org/v8/src/platform/
socket.cc
80
sin.sin_addr.s_addr =
htonl
(INADDR_LOOPBACK);
/external/dhcpcd/
dhcp.h
187
!IN_LINKLOCAL(
htonl
((m)->yiaddr)) && \
dhcp.c
588
rt->net.s_addr =
htonl
(~0U << (32 - cidr));
771
return (
htonl
(~t));
926
iface->state->new->cookie ==
htonl
(MAGIC_COOKIE)))))
957
dhcp->cookie =
htonl
(MAGIC_COOKIE);
969
if (lease->addr.s_addr && lease->cookie ==
htonl
(MAGIC_COOKIE)) {
1034
ul =
htonl
(ifo->leasetime);
[
all
...]
/external/dnsmasq/contrib/wrt/
dhcp_lease_time.c
164
packet.cookie =
htonl
(DHCP_COOKIE);
/external/dropbear/
svr-x11fwd.c
216
addr.sin_addr.s_addr =
htonl
(INADDR_LOOPBACK);
/external/iproute2/tc/
m_nat.c
64
sel->mask =
htonl
(~0u << (32 - addr.bitlen));
/external/libmtp/src/
gphoto2-endian-ppc.h
36
# define htobe32(x)
htonl
(x)
/external/openssh/
entropy.c
96
addr_in->sin_addr.s_addr =
htonl
(INADDR_LOOPBACK);
addrmatch.c
131
n->v4.s_addr =
htonl
((0xffffffff << (32 - l)) & 0xffffffff);
138
n->addr32[i] =
htonl
((0xffffffff << (32 - l)) &
/external/qemu/slirp/
ip.h
43
# ifndef
HTONL
44
# define
HTONL
(d)
56
# ifndef
HTONL
57
# define
HTONL
(d) ((d) =
htonl
((d)))
/external/qemu/slirp-android/
ip.h
45
# ifndef
HTONL
46
# define
HTONL
(d)
58
# ifndef
HTONL
59
# define
HTONL
(d) ((d) =
htonl
((d)))
/system/core/libsysutils/src/
SocketClient.cpp
90
uint32_t tmp =
htonl
(len);
/external/bluetooth/bluedroid/btif/src/
btif_util.c
143
uuid0 =
htonl
(uuid0);
147
uuid4 =
htonl
(uuid4);
/external/wpa_supplicant_8/src/ap/
peerkey_auth.c
182
lifetime =
htonl
(43200); /* dot11RSNAConfigSMKLifetime */
239
lifetime =
htonl
(43200); /* dot11RSNAConfigSMKLifetime */
/external/srtp/test/
srtp_driver.c
397
hdr->ts =
htonl
(0xdecafbad); /* timestamp */
398
hdr->ssrc =
htonl
(ssrc); /* synch. source */
[
all
...]
/frameworks/opt/net/voip/src/jni/rtp/
AudioGroup.cpp
287
htonl
(mDtmfMagic | mSequence),
288
htonl
(mDtmfStart),
290
htonl
(mDtmfEvent | duration),
293
buffer[3] |=
htonl
(1 << 23);
348
buffer[0] =
htonl
(mCodecMagic | mSequence);
349
buffer[1] =
htonl
(mTimestamp);
/bionic/libc/netbsd/resolv/
res_init.c
601
return (
htonl
(IN_CLASSA_NET));
603
return (
htonl
(IN_CLASSB_NET));
604
return (
htonl
(IN_CLASSC_NET));
Completed in 1877 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>