Remove Wrappers to libc methods from socket.c
Drop PrrtSocket_inet_ntoa(struct in_addr* in) and replace with Python's socket.inet_ntoa.
Do the same with PrrtSocket_ntohs(uint16_t v) and socket.ntohs.
Drop PrrtSocket_inet_ntoa(struct in_addr* in) and replace with Python's socket.inet_ntoa.
Do the same with PrrtSocket_ntohs(uint16_t v) and socket.ntohs.