aboutsummaryrefslogtreecommitdiffstats
path: root/src/arpa/inet/htonl.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* It is of course possible that int is 16 bits, and long is required to get 32 bitsMattias Andrée2015-12-201-3/+3
* optimise implementations of {hton,ntoh}{s,l,ll}Mattias Andrée2015-12-201-0/+10
* fix issue #8 on githubMattias Andrée2015-12-191-1/+1
* add ntohs, ntohl, ntohll, htons, htonl, and htonllMattias Andrée2015-12-161-0/+41