Home
last modified time | relevance | path

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

/openbsd/src/lib/libc/net/
Dntohl.c12 ntohl(uint32_t x) in ntohl() function
/openbsd/src/gnu/gcc/fixincludes/tests/base/netinet/
Din.h18 #define ntohl(x) (x) macro
/openbsd/src/gnu/usr.bin/perl/
Dconfig_h.SH1726 * friends htons() ntohl() ntohs()) are available to do network function
1731 * friends htonl() ntohl() ntohs()) are available to do network function
1735 * This symbol, if defined, indicates that the ntohl() routine (and function
1741 * friends htonl() htons() ntohl()) are available to do network function
DXSUB.h616 # define ntohl PerlSock_ntohl macro
Dperl.h4627 # define ntohl(x) ((x)&0xFFFFFFFF) macro
4651 # define ntohl(x) my_swap32(x) macro
/openbsd/src/include/arpa/
Dinet.h71 #define ntohl(x) __htobe32(x) macro
/openbsd/src/gnu/usr.bin/gcc/gcc/fixinc/tests/base/sys/
Dbyteorder.h138 ntohl (unsigned long __arg) in ntohl() function
/openbsd/src/gnu/usr.bin/perl/win32/include/sys/
Dsocket.h114 #define ntohl win32_ntohl macro
/openbsd/src/sys/sys/
Dendian.h98 #define ntohl(x) __htobe32(x) macro
/openbsd/src/sys/netinet/
Din.h51 #define ntohl(x) __htobe32(x) macro