summaryrefslogtreecommitdiffstats
path: root/lib/libc/powerpc/net
Commit message (Collapse)AuthorAgeFilesLines
* Instead of re-implementing hton[ls] and friends for each arch, add a new MIcognet2006-11-065-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.obrien2002-05-155-0/+158
Luckily we are network order, so there is little to be done. :-)
OpenPOWER on IntegriCloud