index
:
sbos.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
network
/
bytes.h
blob: b71b9a4dd7fe04714a7bd2fd7403aabb3e8bce04 (
plain
)
1
2
3
4
5
#include <typedefs.h> u16 ntohs(u16 net); u16 htons(u16 net); u32 htonl(u32 net);