Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Instead of re-implementing hton[ls] and friends for each arch, add a new MI | cognet | 2006-11-06 | 5 | -158/+0 |
| | | | | | | | file, net/ntoh.c, which just implement them using the inline functions from <sys/endian.h>. Suggested by: bde | ||||
* | host-network order conversion routines. | obrien | 2002-05-15 | 5 | -0/+158 |
Luckily we are network order, so there is little to be done. :-) |