aboutsummaryrefslogtreecommitdiffstats
path: root/src/arpa/inet (unfollow)
Commit message (Collapse)AuthorFilesLines
2016-01-01bump yearMattias Andrée6-6/+6
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-20It is of course possible that int is 16 bits, and long is required to get 32 bitsMattias Andrée2-6/+6
(in this case, assuming 8-, 16-, and 32-bit integers exists) long must be 32 bits. Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-20optimise implementations of {hton,ntoh}{s,l,ll}Mattias Andrée6-9/+70
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-19fix issue #8 on githubMattias Andrée2-2/+2
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
2015-12-16add ntohs, ntohl, ntohll, htons, htonl, and htonllMattias Andrée6-0/+257
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>