OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ntohq
(Results
1 - 3
of
3
) sorted by null
/bionic/tests/
netinet_in_test.cpp
74
ASSERT_EQ(le64,
ntohq
(be64));
endian_test.cpp
57
ASSERT_EQ(le64,
ntohq
(be64));
59
GTEST_SKIP() << "glibc doesn't have ntohs/ntohl/
ntohq
in <endian.h>";
/bionic/libc/include/sys/
endian.h
65
#define
ntohq
(x) __swap64(x)
macro
Completed in 3831 milliseconds