OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:htons
(Results
51 - 64
of
64
) sorted by null
1
2
3
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/sys/
endian.h
206
#define
htons
(x) __swap16(x)
macro
245
#define
htons
(x) (x)
macro
262
#define
HTONS
(x) (x) =
htons
((u_int16_t)(x))
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/sys/
endian.h
206
#define
htons
(x) __swap16(x)
macro
245
#define
htons
(x) (x)
macro
262
#define
HTONS
(x) (x) =
htons
((u_int16_t)(x))
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/sys/
endian.h
206
#define
htons
(x) __swap16(x)
macro
245
#define
htons
(x) (x)
macro
262
#define
HTONS
(x) (x) =
htons
((u_int16_t)(x))
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/sys/
endian.h
206
#define
htons
(x) __swap16(x)
macro
245
#define
htons
(x) (x)
macro
262
#define
HTONS
(x) (x) =
htons
((u_int16_t)(x))
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/sys/
endian.h
206
#define
htons
(x) __swap16(x)
macro
245
#define
htons
(x) (x)
macro
262
#define
HTONS
(x) (x) =
htons
((u_int16_t)(x))
/external/chromium_org/ppapi/shared_impl/private/
net_address_private_impl.cc
42
#define
htons
(x) _byteswap_ushort(x)
macro
/system/core/libutils/
Unicode.cpp
25
# undef
htons
macro
31
# define
htons
(x) ntohs(x)
macro
36
# define
htons
(x) (x)
macro
/external/valgrind/main/coregrind/
m_libcfile.c
735
UShort VG_(
htons
) ( UShort x )
function
785
servAddr.sin_port = VG_(
htons
)(port);
[
all
...]
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/netinet/
in.h
357
extern uint16_t
htons
(uint16_t __hostshort)
375
# define
htons
(x) (x)
macro
381
# define
htons
(x) __bswap_16 (x)
macro
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
in.h
357
extern uint16_t
htons
(uint16_t __hostshort)
375
# define
htons
(x) (x)
macro
381
# define
htons
(x) __bswap_16 (x)
macro
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/netinet/
in.h
357
extern uint16_t
htons
(uint16_t __hostshort)
375
# define
htons
(x) (x)
macro
381
# define
htons
(x) __bswap_16 (x)
macro
/external/llvm/include/llvm/Target/
TargetLibraryInfo.h
319
/// uint16_t
htons
(uint16_t hostshort);
320
htons
,
enumerator in enum:llvm::LibFunc::Func
/frameworks/base/libs/androidfw/
ResourceTypes.cpp
56
#define
htons
(x) ntohs(x)
macro
61
#define
htons
(x) (x)
[
all
...]
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/plat-linux2/
IN.py
585
def
htons
(x): return (x)
function
593
def
htons
(x): return __bswap_16 (x)
function
Completed in 1522 milliseconds
1
2
3