Home
last modified time | relevance | path

Searched defs:ntohl (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/stand/lib/xdr/
H A Dbyteorder.c70 ntohl(uint32_t in) in ntohl() function
114 ntohl(uint32_t in) in ntohl() function
/titanic_50/usr/src/lib/libbc/libc/net/sparc/
H A Dntohl.c30 ntohl(unsigned long a) in ntohl() function
/titanic_50/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c63 ntohl(uint32_t in) in ntohl() function
/titanic_50/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c63 ntohl(uint32_t in) in ntohl() function
/titanic_50/usr/src/uts/intel/asm/
H A Dbyteorder.h78 ntohl(uint32_t value) in ntohl() function
/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dbig_bswap.h4 #define ntohl(x) (x) macro
H A Dlittle_bswap.h4 #define ntohl(x) __bswap_32(x) macro
/titanic_50/usr/src/lib/librstp/common/
H A Dbase.h116 #define ntohl Ntohl macro
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dimgact_aout.h46 #define ntohl(x) ((x << 24) | ((x & 0xFF00) << 8) \ macro
/titanic_50/usr/src/uts/common/sys/
H A Dbyteorder.h61 #define ntohl(x) (x) macro
/titanic_50/usr/src/lib/libbc/inc/include/netinet/
H A Din.h196 #define ntohl(x) (x) macro
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h293 # define ntohl(x) (x) macro