Searched defs:ntohs (Results 1 - 3 of 3) sorted by relevance

/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dntohs.c1 /* $OpenBSD: ntohs.c,v 1.9 2014/07/21 01:51:10 guenther Exp $ */
10 #undef ntohs macro
13 ntohs(u_int16_t x) function
/bionic/libc/include/sys/
H A Dendian.h55 uint16_t ntohs(uint16_t __x) __attribute_const__ __INTRODUCED_IN(21);
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs(__BIONIC_CAST(static_cast,u_int16_t,(x)))
/bionic/tools/versioner/current/sys/
H A Dendian.h55 uint16_t ntohs(uint16_t __x) __attribute_const__ __INTRODUCED_IN(21);
61 #define ntohs(x) __swap16(x) macro
74 #define NTOHS(x) (x) = ntohs(__BIONIC_CAST(static_cast,u_int16_t,(x)))

Completed in 3815 milliseconds