OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:HTONS
(Results
26 - 27
of
27
) sorted by null
1
2
/external/qemu/slirp/
ip.h
46
# ifndef
HTONS
47
# define
HTONS
(d)
59
# ifndef
HTONS
60
# define
HTONS
(d) ((d) =
htons
((u_int16_t)(d)))
/external/qemu/slirp-android/
ip.h
48
# ifndef
HTONS
49
# define
HTONS
(d)
61
# ifndef
HTONS
62
# define
HTONS
(d) ((d) =
htons
((u_int16_t)(d)))
Completed in 313 milliseconds
1
2