Home
last modified time | relevance | path

Searched defs:ntohs (Results 1 – 16 of 16) sorted by last modified time

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h292 # define ntohs(x) (x) macro
/illumos-gate/usr/src/lib/librstp/common/
H A Dbase.h117 #define ntohs Ntohs macro
/illumos-gate/usr/src/lib/libc/amd64/gen/
H A Dbyteorder.S88 ENTRY(ntohs) function
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h326 #define ntohs(x) __ntohs(x) macro
/illumos-gate/usr/src/boot/libsa/
H A Dntoh.c56 ntohs(uint16_t ns) in ntohs() function
H A Dstand.h435 #define ntohs(x) __ntohs(x) macro
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h120 #define ntohs(x) __ntohs(x) macro
/illumos-gate/usr/src/boot/include/arpa/
H A Dinet.h173 #define ntohs(x) __ntohs(x) macro
/illumos-gate/usr/src/lib/libc/i386/gen/
H A Dbyteorder.S70 ENTRY(ntohs) function
/illumos-gate/usr/src/uts/intel/asm/
H A Dbyteorder.h60 ntohs(uint16_t value) in ntohs() function
/illumos-gate/usr/src/uts/common/sys/
H A Dbyteorder.h62 #define ntohs(x) (x) macro
/illumos-gate/usr/src/stand/lib/xdr/
H A Dbyteorder.c87 ntohs(uint16_t in) in ntohs() function
126 ntohs(uint16_t in) in ntohs() function
/illumos-gate/usr/src/lib/libc/sparcv9/gen/
H A Dbyteorder.c75 ntohs(uint16_t in) in ntohs() function
/illumos-gate/usr/src/lib/libc/sparc/gen/
H A Dbyteorder.c75 ntohs(uint16_t in) in ntohs() function
/illumos-gate/usr/src/grub/grub-0.97/netboot/
H A Dlittle_bswap.h6 #define ntohs(x) __bswap_16(x) macro
H A Dbig_bswap.h6 #define ntohs(x) (x) macro