aboutsummaryrefslogtreecommitdiffstats
path: root/src/arpa/inet/ntohl.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
* add ntohs, ntohl, ntohll, htons, htonl, and htonllMattias Andrée2015-12-161-0/+42