Add some of the basics for netinet/in.h and sys/socket.h
Add the basic structures for sys/socket.h and netinet/in.h and stub out some of the relevant functions
I created the crate netinet
which then contains the crate in_h
(cannot create a crate named just in
). Does that seem like a reasonable approach?