Skip to content

Add some of the basics for netinet/in.h and sys/socket.h

Dan Robertson requested to merge dlrobertson:add_headers into master

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?

Merge request reports