Searched defs:htonl (Results 1 – 16 of 16) sorted by relevance
58 htonl(uint32_t in) in htonl() function108 htonl(uint32_t in) in htonl() function
30 htonl(unsigned long a) in htonl() function
57 htonl(uint32_t in) in htonl() function
67 extern __inline__ uint32_t htonl(uint32_t value) in htonl() function
1790 * This symbol, if defined, indicates that the htonl() routine (and function1796 * friends htonl() ntohl() ntohs()) are available to do network function1801 * friends htonl() htons() ntohs()) are available to do network function1806 * friends htonl() htons() ntohl()) are available to do network function
481 # define htonl PerlSock_htonl macro
2420 #define htonl my_htonl macro
5 #define htonl(x) __bswap_32(x) macro
5 #define htonl(x) (x) macro
114 #define htonl Htonl macro
48 #define htonl(x) ntohl(x) macro
63 #define htonl(x) (x) macro
198 #define htonl(x) (x) macro
78 # define htonl(x) (x) macro
290 # define htonl(x) (x) macro