Home
last modified time | relevance | path

Searched defs:ntohl (Results 1 – 17 of 17) sorted by path

/illumos-gate/usr/src/boot/include/arpa/
H A Dinet.h172 #define ntohl(x) __ntohl(x) macro
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h119 #define ntohl(x) __ntohl(x) macro
/illumos-gate/usr/src/boot/libsa/
H A Dntoh.c49 ntohl(uint32_t nl) in ntohl() function
H A Dstand.h434 #define ntohl(x) __ntohl(x) macro
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h325 #define ntohl(x) __ntohl(x) macro
/illumos-gate/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
/illumos-gate/usr/src/grub/grub-0.97/stage2/
H A Dimgact_aout.h46 #define ntohl(x) ((x << 24) | ((x & 0xFF00) << 8) \ macro
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.S70 ENTRY(ntohl) function
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.S52 ENTRY(ntohl) function
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c63 ntohl(uint32_t in) in ntohl() function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c63 ntohl(uint32_t in) in ntohl() function
/illumos-gate/usr/src/lib/librstp/common/
H A Dbase.h116 #define ntohl Ntohl macro
/illumos-gate/usr/src/stand/lib/xdr/
H A Dbyteorder.c70 ntohl(uint32_t in) in ntohl() function
114 ntohl(uint32_t in) in ntohl() function
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h293 # define ntohl(x) (x) macro
/illumos-gate/usr/src/uts/common/sys/
H A Dbyteorder.h61 #define ntohl(x) (x) macro
/illumos-gate/usr/src/uts/intel/asm/
H A Dbyteorder.h78 ntohl(uint32_t value) in ntohl() function