Searched defs:ntohs (Results 1 - 9 of 9) sorted by relevance

/openbsd-current/lib/libc/net/
H A Dntohs.c9 #undef ntohs macro
12 ntohs(uint16_t x) function
/openbsd-current/gnu/gcc/fixincludes/tests/base/netinet/
H A Din.h19 #define ntohs(x) (x) macro
/openbsd-current/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/
H A Dbyteorder.h146 ntohs (unsigned int __arg) function
/openbsd-current/include/arpa/
H A Dinet.h70 #define ntohs(x) __htobe16(x) macro
/openbsd-current/sys/sys/
H A Dendian.h97 #define ntohs(x) __htobe16(x) macro
/openbsd-current/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h115 #define ntohs win32_ntohs macro
/openbsd-current/sys/netinet/
H A Din.h50 #define ntohs(x) __htobe16(x) macro
/openbsd-current/gnu/usr.bin/perl/
H A DXSUB.h620 # define ntohs PerlSock_ntohs macro
H A Dperl.h4618 # define ntohs(x) ((x)&0xFFFF) macro
4641 # define ntohs(x) my_swap16(x) macro

Completed in 303 milliseconds