Home
last modified time | relevance | path

Searched refs:ntohq (Results 1 – 19 of 19) sorted by relevance

/dports/net-mgmt/nitpicker/nitpicker-1.2.1/src/
H A Dtypes.h11 # define ntohq( qw ) qw macro
13 # define htonq( qw ) ntohq( qw )
14 # define ntohq( qw ) ( (uint64)htonl( qw & 0xFFFFFFFF ) << 32 ) | htonl( qw >> 32 ) macro
/dports/net-mgmt/nitpicker/nitpicker-1.2.1/include/
H A Dtypes.h11 # define ntohq( qw ) qw macro
13 # define htonq( qw ) ntohq( qw )
14 # define ntohq( qw ) ( (uint64)htonl( qw & 0xFFFFFFFF ) << 32 ) | htonl( qw >> 32 ) macro
/dports/net/ipsumdump/ipsumdump-1.86/libclick-2.1/include/click/
H A Dintegers.hh34 #if HAVE_INT64_TYPES && !defined(ntohq)
40 inline uint64_t ntohq(uint64_t x) { in ntohq() function
174 return ntohq(x); in net_to_host_order()
178 return ntohq(x); in net_to_host_order()
184 return ntohq(x); in net_to_host_order()
188 return ntohq(x); in net_to_host_order()
194 return ntohq(x); in net_to_host_order()
198 return ntohq(x); in net_to_host_order()
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/base/include/android-base/
H A Dendian.h36 #define ntohq(x) be64toh(x) macro
62 #define ntohq(x) __builtin_bswap64(x) macro
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/base/include/android-base/
H A Dendian.h43 #define ntohq(x) be64toh(x) macro
77 #define ntohq(x) __builtin_bswap64(x) macro
/dports/sysutils/symon/symon-2.88/lib/
H A Ddata.h53 #ifndef ntohq
56 #define ntohq(n) (n) macro
64 ntohq(u_int64_t v) in ntohq() function
H A Ddata.c307 hph->timestamp = ntohq(hph->timestamp); in getheader()
549 q = ntohq(q); in sunpackx()
557 d = ntohq(d); in sunpackx()
/dports/sysutils/syslinux/syslinux-6.03/com32/include/netinet/
H A Din.h16 #define ntohq(x) be64_to_cpu(x) macro
/dports/lang/gnatdroid-sysroot/android-19-arm/usr/include/sys/
H A Dendian.h212 #define ntohq(x) __swap64(x) macro
251 #define ntohq(x) (x) macro
/dports/lang/gnatdroid-sysroot-x86/android-19-x86/usr/include/sys/
H A Dendian.h212 #define ntohq(x) __swap64(x) macro
251 #define ntohq(x) (x) macro
/dports/devel/android-tools-adb/platform_system_core-android-9.0.0_r3/base/
H A Dendian_test.cpp44 ASSERT_EQ(le64, ntohq(be64)); in TEST()
/dports/devel/android-tools-fastboot/platform_system_core-platform-tools-29.0.5/base/
H A Dendian_test.cpp44 ASSERT_EQ(le64, ntohq(be64)); in TEST()
/dports/net-mgmt/nitpicker/nitpicker-1.2.1/tools/historic/convert_oldfiles/
H A DreadV4.c65 ntohq (v4head.bytes), in main()
/dports/mail/avenger/avenger-0.8.5/libasync/
H A Dsysconf.h303 #define ntohq(n) n macro
312 ntohq (u_int64_t v) in ntohq() function
/dports/net-mgmt/nitpicker/nitpicker-1.2.1/tools/dumpit/
H A Ddumpit.c84 ntohq( header.bytes ) ); in main()
/dports/misc/rump/buildrump.sh-b914579/src/sys/dev/iscsi/
H A Discsi_globals.h601 #define ntohq(x) htonq(x) macro
/dports/net/mediastreamer/mediastreamer-2.16.1/src/voip/
H A Dstun.c47 #define ntohq(n) n macro
52 static ORTP_INLINE uint64_t ntohq (uint64_t v) { in ntohq() function
362 uint64_t value = ntohq(*((uint64_t *)decoder->ptr)); in decode64()
/dports/net/dhcp6/wide-dhcpv6-20080615.2/
H A Dcommon.c634 ntohq(u_int64_t x) in ntohq() function
640 #define ntohq(x) (x) macro
662 prev = ntohq(prev);
663 current = ntohq(current);
/dports/sysutils/symon/symon-2.88/
H A DCHANGELOG423 - ntohq functions were not detected for big endian machines