Searched defs:ntohl (Results 1 – 10 of 10) sorted by relevance
12 ntohl(uint32_t x) in ntohl() function
18 #define ntohl(x) (x) macro
1726 * friends htons() ntohl() ntohs()) are available to do network function1731 * friends htonl() ntohl() ntohs()) are available to do network function1735 * This symbol, if defined, indicates that the ntohl() routine (and function1741 * friends htonl() htons() ntohl()) are available to do network function
616 # define ntohl PerlSock_ntohl macro
4627 # define ntohl(x) ((x)&0xFFFFFFFF) macro4651 # define ntohl(x) my_swap32(x) macro
71 #define ntohl(x) __htobe32(x) macro
138 ntohl (unsigned long __arg) in ntohl() function
114 #define ntohl win32_ntohl macro
98 #define ntohl(x) __htobe32(x) macro
51 #define ntohl(x) __htobe32(x) macro