OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTONS
(Results
51 - 54
of
54
) sorted by null
1
2
3
/prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/sys/
endian.h
53
uint16_t
htons
(uint16_t) __pure2;
59
#define
htons
(x) __swap16(x)
macro
76
#define
HTONS
(x) (x) =
htons
((u_int16_t)(x))
/prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/sys/
endian.h
53
uint16_t
htons
(uint16_t) __pure2;
59
#define
htons
(x) __swap16(x)
macro
76
#define
HTONS
(x) (x) =
htons
((u_int16_t)(x))
/external/tcpdump/
interface.h
92
#define
HTONS
(x) (x) =
htons
(x)
netdissect.h
251
#define
HTONS
(x) (x) =
htons
(x)
Completed in 447 milliseconds
1
2
3