HomeSort by relevance Sort by last modified time
    Searched defs:htons (Results 1 - 21 of 21) sorted by null

  /bionic/libc/upstream-openbsd/lib/libc/net/
htons.c 1 /* $OpenBSD: htons.c,v 1.9 2014/07/21 01:51:10 guenther Exp $ */
10 #undef htons macro
13 htons(u_int16_t x) function
  /device/linaro/bootloader/edk2/StdLib/LibC/Main/
HtoNtoH.c 20 #undef htons macro
47 htons( function
  /external/curl/lib/
warnless.h 104 # undef htons macro
105 # define htons(a) curlx_htons((a)) macro
  /external/iproute2/include/
bpf_api.h 43 #ifndef htons
44 # define htons(X) __constant_htons((X)) macro
  /bionic/libc/include/sys/
endian.h 53 uint16_t htons(uint16_t __x) __attribute_const__ __INTRODUCED_IN(21);
59 #define htons(x) __swap16(x) macro
76 #define HTONS(x) (x) = htons(__BIONIC_CAST(static_cast,u_int16_t,(x)))
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
endian.h 77 uint16_t htons(uint16_t) __attribute__((__const__));
124 #define htons(x) (x) macro
129 #define HTONS(x) (void) (x)
136 #define htons(x) bswap16((uint16_t)(x))
141 #define HTONS(x) (x) = htons((uint16_t)(x))
  /external/tcpdump/
netdissect-stdinc.h 286 #undef htons macro
294 #define htons(x) __ntohs(x) macro
  /external/u-boot/include/linux/byteorder/
generic.h 53 * htons(__u16 x)
132 #undef htons macro
141 #define htons(x) ___htons(x) macro
  /external/python/cpython2/Lib/plat-os2emx/
IN.py 12 def htons(X): return _swaps(X) function
  /external/python/cpython2/Lib/plat-aix3/
IN.py 70 def htons(x): return (x) function
  /external/python/cpython2/Lib/plat-irix5/
IN.py 18 def htons(x): return (x) function
22 def htons(x): return ntohs(x) function
  /external/python/cpython2/Lib/plat-aix4/
IN.py 94 def htons(x): return (x) function
  /external/python/cpython2/Lib/plat-beos5/
IN.py 302 def htons(x): return B_HOST_TO_BENDIAN_INT16(x) function
  /external/python/cpython2/Lib/plat-irix6/
IN.py 61 def htons(x): return (x) function
65 def htons(x): return ntohs(x) function
  /external/python/cpython2/Lib/plat-freebsd6/
IN.py 151 def htons(x): return __htons(x) function
  /external/python/cpython2/Lib/plat-freebsd7/
IN.py 145 def htons(x): return __htons(x) function
  /external/python/cpython2/Lib/plat-freebsd8/
IN.py 145 def htons(x): return __htons(x) function
  /external/python/cpython2/Lib/plat-linux2/
IN.py 585 def htons(x): return (x) function
593 def htons(x): return __bswap_16 (x) function
  /external/python/cpython2/Lib/plat-atheos/
IN.py 914 def htons(x): return (x) function
922 def htons(x): return __bswap_16 (x) function
  /external/python/cpython2/Lib/plat-unixware7/
IN.py 128 def htons(hs): return __htons(hs) function
138 def htons(x): return (x) function
  /external/python/cpython2/Lib/plat-sunos5/
IN.py 1245 def htons(x): return (x) function

Completed in 1838 milliseconds