inet: first few bits of the libc code we need
authorAlan Cox <alan@linux.intel.com>
Thu, 25 Feb 2016 23:53:27 +0000 (23:53 +0000)
committerAlan Cox <alan@linux.intel.com>
Thu, 25 Feb 2016 23:53:27 +0000 (23:53 +0000)
commitb87001769f7e23a554c688531989d85b0293873a
tree41b14b296d5d91bcea8fadf7f2dce9da5a89a512
parent3c54a1d21179fba41b284876c39873ce37aafbbc
inet: first few bits of the libc code we need

Lots more needed yet including gethostby*, resolver etc
Library/include/arpa/inet.h [new file with mode: 0644]
Library/include/netinet/in.h [new file with mode: 0644]
Library/include/sys/socket.h [new file with mode: 0644]
Library/libs/inet_addr.c [new file with mode: 0644]
Library/libs/inet_aton.c [new file with mode: 0644]
Library/libs/inet_network.c [new file with mode: 0644]
Library/libs/inet_ntoa.c [new file with mode: 0644]
Library/libs/inet_ntop.c [new file with mode: 0644]
Library/libs/inet_pton.c [new file with mode: 0644]