]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
host-network order conversion routines.
authorobrien <obrien@FreeBSD.org>
Wed, 15 May 2002 20:40:35 +0000 (20:40 +0000)
committerobrien <obrien@FreeBSD.org>
Wed, 15 May 2002 20:40:35 +0000 (20:40 +0000)
commit4f13c4faf6791e32460f309e7028071b3d852d76
tree66108e0a841751e71b4ed10790ae8d35ceccda36
parente6c30481469d599ffa985c85ba28a2b887d85756
host-network order conversion routines.
Luckily we are network order, so there is little to be done. :-)
lib/libc/powerpc/net/Makefile.inc [new file with mode: 0644]
lib/libc/powerpc/net/htonl.S [new file with mode: 0644]
lib/libc/powerpc/net/htons.S [new file with mode: 0644]
lib/libc/powerpc/net/ntohl.S [new file with mode: 0644]
lib/libc/powerpc/net/ntohs.S [new file with mode: 0644]