Home
last modified time | relevance | path

Searched refs:__ntohs (Results 1 – 6 of 6) sorted by relevance

/illumos-gate/usr/src/boot/libsa/
H A Dntoh.c59 return (__ntohs(ns)); in ntohs()
H A Dstand.h435 #define ntohs(x) __ntohs(x)
/illumos-gate/usr/src/boot/sys/x86/include/
H A Dendian.h129 #define __ntohs(x) __bswap16(x) macro
/illumos-gate/usr/src/boot/include/arpa/
H A Dinet.h173 #define ntohs(x) __ntohs(x)
/illumos-gate/usr/src/boot/sys/sys/
H A Dparam.h326 #define ntohs(x) __ntohs(x)
/illumos-gate/usr/src/boot/include/netinet/
H A Din.h120 #define ntohs(x) __ntohs(x)