Home
last modified time | relevance | path

Searched refs:__htonl (Results 1 – 2 of 2) sorted by relevance

/picolibc-3.7.0-3.6.0/newlib/libc/include/arpa/
Dinet.h10 #define __htonl(_x) __bswap32(_x) macro
14 #define htonl(_x) __htonl(_x)
16 #define ntohl(_x) __htonl(_x)
19 #define __htonl(_x) ((__uint32_t)(_x)) macro
23 #define htonl(_x) __htonl(_x)
/picolibc-3.7.0-3.6.0/
DREADME.md652 2. Add htonl and friends (based on __htonl). Thanks to Johan de