Searched defs:htonl (Results 1 – 9 of 9) sorted by relevance
4 uint32_t htonl(uint32_t n) in htonl() function
53 STIN uint32_t htonl(uint32_t hostlong) { in htonl() function
38 Buffer.prototype.htonl = function htonl() { method in Buffer
121 #define htonl(x) lwip_htonl(x) macro