Home
last modified time | relevance | path

Searched refs:be32toh (Results 1 – 3 of 3) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/net/
Dntohl.c14 return be32toh(x); in ntohl()
/bionic/libc/include/sys/
Dendian.h99 #define be32toh(x) htobe32(x) macro
/bionic/tests/
Dendian_test.cpp77 ASSERT_EQ(le32, be32toh(be32)); in TEST()