Networking: Replace all references to net_ipaddr_t with either in_addr_t on...
Networking: Replace all references to net_ipaddr_t with either in_addr_t on net_ipv6addr_t. The goal is to support both IPv4 and IPv6 simultaneously. This requires that the two types be distinct and not conditionally typedef'ed to net_ipaddr_t.
parent
d6c8d119
Please register or sign in to comment