Home
last modified time | relevance | path

Searched defs:htons (Results 1 – 21 of 21) sorted by relevance

/external/syslinux/com32/include/netinet/
Din.h11 #define htons(x) cpu_to_be16(x) macro
/external/curl/lib/
Dwarnless.h106 # define htons(a) curlx_htons((a)) macro
/external/syslinux/core/lwip/src/include/lwip/
Ddef.h81 #define htons(x) lwip_htons(x) macro
/external/python/cpython2/Lib/plat-irix5/
DIN.py18 def htons(x): return (x) function
22 def htons(x): return ntohs(x) function
/external/syslinux/gpxe/src/include/
Dlittle_bswap.h9 #define htons(x) __bswap_16(x) macro
Dbig_bswap.h7 #define htons(x) (x) macro
/external/iproute2/include/
Dbpf_api.h44 # define htons(X) __constant_htons((X)) macro
/external/python/cpython2/Lib/plat-os2emx/
DIN.py12 def htons(X): return _swaps(X) function
/external/tcpdump/
Dnetdissect-stdinc.h294 #define htons(x) __ntohs(x) macro
/external/python/cpython2/Lib/plat-aix3/
DIN.py70 def htons(x): return (x) function
/external/python/cpython2/Lib/plat-aix4/
DIN.py94 def htons(x): return (x) function
/external/python/cpython2/Lib/plat-irix6/
DIN.py61 def htons(x): return (x) function
65 def htons(x): return ntohs(x) function
/external/valgrind/coregrind/
Dm_libcfile.c993 UShort VG_(htons) ( UShort x ) in VG_() argument
/external/python/cpython2/Lib/plat-linux2/
DIN.py585 def htons(x): return (x) function
593 def htons(x): return __bswap_16 (x) function
/external/python/cpython2/Lib/plat-beos5/
DIN.py302 def htons(x): return B_HOST_TO_BENDIAN_INT16(x) function
/external/python/cpython2/Lib/plat-unixware7/
DIN.py128 def htons(hs): return __htons(hs) function
138 def htons(x): return (x) function
/external/python/cpython2/Lib/plat-atheos/
DIN.py914 def htons(x): return (x) function
922 def htons(x): return __bswap_16 (x) function
/external/python/cpython2/Lib/plat-freebsd6/
DIN.py151 def htons(x): return __htons(x) function
/external/python/cpython2/Lib/plat-freebsd8/
DIN.py145 def htons(x): return __htons(x) function
/external/python/cpython2/Lib/plat-freebsd7/
DIN.py145 def htons(x): return __htons(x) function
/external/python/cpython2/Lib/plat-sunos5/
DIN.py1245 def htons(x): return (x) function