aboutsummaryrefslogtreecommitdiff
path: root/util/byteorder.h
Commit message (Collapse)AuthorAgeFilesLines
* Add missing htonsSamuel Thibault2022-12-241-0/+1
|
* Implement our own functions to convert between host and network valuesFlavio Cruz2022-12-171-0/+31
We add htonl, ntohl and ntohs which were the last symbols we relied on from libc. The Makefile.am file was updated to reflect the fact that we only require libgcc. Message-Id: <Y5zNdOJ/YnyYCOhX@mars>