OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:dn_ntohs
(Results
1 - 2
of
2
) sorted by null
/external/iproute2/lib/
dnet_ntop.c
8
static __inline__ u_int16_t
dn_ntohs
(u_int16_t addr)
function
44
addr =
dn_ntohs
(addr);
/external/libnl/lib/
addr.c
36
static inline uint16_t
dn_ntohs
(uint16_t addr)
function
69
uint16_t addr =
dn_ntohs
(*(uint16_t *)addrbuf);
149
*(uint16_t *)addrbuf =
dn_ntohs
((area << 10) | node);
Completed in 1198 milliseconds