Home
last modified time | relevance | path

Searched defs:ntohs (Results 1 – 10 of 10) sorted by relevance

/openbsd/lib/libc/net/
H A Dntohs.c12 ntohs(uint16_t x) in ntohs() function
/openbsd/gnu/gcc/fixincludes/tests/base/netinet/
H A Din.h19 #define ntohs(x) (x) macro
/openbsd/gnu/usr.bin/perl/
H A Dconfig_h.SH1721 * friends htons() ntohl() ntohs()) are available to do network function
1726 * friends htonl() ntohl() ntohs()) are available to do network function
1731 * friends htonl() htons() ntohs()) are available to do network function
1735 * This symbol, if defined, indicates that the ntohs() routine (and function
H A DXSUB.h619 # define ntohs PerlSock_ntohs macro
H A Dperl.h4243 # define ntohs(x) ((x)&0xFFFF) macro
4266 # define ntohs(x) my_swap16(x) macro
/openbsd/include/arpa/
H A Dinet.h70 #define ntohs(x) __htobe16(x) macro
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/
H A Dbyteorder.h146 ntohs (unsigned int __arg) in ntohs() function
/openbsd/sys/sys/
H A Dendian.h97 #define ntohs(x) __htobe16(x) macro
/openbsd/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h115 #define ntohs win32_ntohs macro
/openbsd/sys/netinet/
H A Din.h50 #define ntohs(x) __htobe16(x) macro