Skip to content
Commit 5e938941 authored by Gregory Nutt's avatar Gregory Nutt
Browse files

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 75ce2c89
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment