Home
last modified time | relevance | path

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

/openbsd/lib/libc/net/
H A Dntohl.c12 ntohl(uint32_t x) in ntohl() function
/openbsd/gnu/gcc/fixincludes/tests/base/netinet/
H A Din.h18 #define ntohl(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
1730 * This symbol, if defined, indicates that the ntohl() routine (and function
1736 * friends htonl() htons() ntohl()) are available to do network function
H A DXSUB.h618 # define ntohl PerlSock_ntohl macro
H A Dperl.h4241 # define ntohl(x) ((x)&0xFFFFFFFF) macro
4265 # define ntohl(x) my_swap32(x) macro
/openbsd/include/arpa/
H A Dinet.h71 #define ntohl(x) __htobe32(x) macro
/openbsd/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/
H A Dbyteorder.h138 ntohl (unsigned long __arg) in ntohl() function
/openbsd/sys/sys/
H A Dendian.h98 #define ntohl(x) __htobe32(x) macro
/openbsd/gnu/usr.bin/perl/win32/include/sys/
H A Dsocket.h114 #define ntohl win32_ntohl macro
/openbsd/sys/netinet/
H A Din.h51 #define ntohl(x) __htobe32(x) macro