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

/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dntohs.c1 /* $OpenBSD: ntohs.c,v 1.8 2005/08/06 20:30:03 espie Exp $ */
10 #undef ntohs macro
13 ntohs(u_int16_t x) function
/bionic/libc/include/sys/
H A Dendian.h196 uint16_t ntohs(uint16_t) __pure2;
202 #define ntohs(x) __swap16(x) macro
240 #define ntohs(x) (x) macro
253 #define NTOHS(x) (x) = ntohs((u_int16_t)(x))

Completed in 854 milliseconds