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

/bionic/libc/upstream-openbsd/lib/libc/net/
H A Dhtons.c1 /* $OpenBSD: htons.c,v 1.8 2005/08/06 20:30:03 espie Exp $ */
10 #undef htons macro
13 htons(u_int16_t x) function
/bionic/libc/include/sys/
H A Dendian.h194 uint16_t htons(uint16_t) __pure2;
200 #define htons(x) __swap16(x) macro
238 #define htons(x) (x) macro
255 #define HTONS(x) (x) = htons((u_int16_t)(x))

Completed in 74 milliseconds