Searched defs:htons (Results 1 - 23 of 23) sorted by last modified time

/external/valgrind/coregrind/
H A Dm_libcfile.c993 UShort VG_(htons) ( UShort x ) function
1043 servAddr.sin_port = VG_(htons)(port);
/external/tcpdump/
H A Dnetdissect-stdinc.h286 #undef htons macro
294 #define htons(x) __ntohs(x) macro
/external/syslinux/com32/include/netinet/
H A Din.h11 #define htons(x) cpu_to_be16(x) macro
/external/syslinux/core/lwip/src/include/lwip/
H A Ddef.h68 #ifdef htons
69 #undef htons macro
70 #endif /* htons */
81 #define htons(x) lwip_htons(x) macro
/external/syslinux/gpxe/src/include/
H A Dbig_bswap.h7 #define htons(x) (x) macro
H A Dlittle_bswap.h9 #define htons(x) __bswap_16(x) macro
/external/syslinux/gpxe/src/net/udp/
H A Ddns.c50 .st_port = htons ( DNS_PORT ),
292 dns->query.dns.id = htons ( ++qid );
371 case htons ( DNS_TYPE_A ):
384 case htons ( DNS_TYPE_CNAME ):
391 dns->qinfo->qtype = htons ( DNS_TYPE_A );
392 dns->qinfo->qclass = htons ( DNS_CLASS_IN );
415 case htons ( DNS_TYPE_A ):
420 dns->qinfo->qtype = htons ( DNS_TYPE_CNAME );
424 case htons ( DNS_TYPE_CNAME ): function
429 if ( dns->qinfo->qtype == htons ( DNS_TYPE_
[all...]
/external/python/cpython2/Lib/plat-aix3/
H A DIN.py70 def htons(x): return (x) function
/external/python/cpython2/Lib/plat-aix4/
H A DIN.py94 def htons(x): return (x) function
/external/python/cpython2/Lib/plat-atheos/
H A DIN.py914 def htons(x): return (x) function
922 def htons(x): return __bswap_16 (x) function
/external/python/cpython2/Lib/plat-beos5/
H A DIN.py302 def htons(x): return B_HOST_TO_BENDIAN_INT16(x) function
/external/python/cpython2/Lib/plat-freebsd6/
H A DIN.py151 def htons(x): return __htons(x) function
/external/python/cpython2/Lib/plat-freebsd7/
H A DIN.py145 def htons(x): return __htons(x) function
/external/python/cpython2/Lib/plat-freebsd8/
H A DIN.py145 def htons(x): return __htons(x) function
/external/python/cpython2/Lib/plat-irix5/
H A DIN.py18 def htons(x): return (x) function
22 def htons(x): return ntohs(x) function
/external/python/cpython2/Lib/plat-irix6/
H A DIN.py61 def htons(x): return (x) function
65 def htons(x): return ntohs(x) function
/external/python/cpython2/Lib/plat-linux2/
H A DIN.py585 def htons(x): return (x) function
593 def htons(x): return __bswap_16 (x) function
/external/python/cpython2/Lib/plat-os2emx/
H A DIN.py12 def htons(X): return _swaps(X) function
/external/python/cpython2/Lib/plat-sunos5/
H A DIN.py1245 def htons(x): return (x) function
/external/python/cpython2/Lib/plat-unixware7/
H A DIN.py128 def htons(hs): return __htons(hs) function
138 def htons(x): return (x) function
/external/iproute2/include/
H A Dbpf_api.h43 #ifndef htons
44 # define htons(X) __constant_htons((X)) macro
/external/curl/lib/
H A Dwarnless.h105 # undef htons macro
106 # define htons(a) curlx_htons((a)) macro
/external/c-ares/
H A Dares_nowarn.h47 # undef htons macro
48 # define htons(a) aresx_htons((a)) macro

Completed in 1989 milliseconds