Skip to content
  1. Jan 26, 2015
  2. Jan 24, 2015
  3. Jan 23, 2015
  4. Jan 22, 2015
  5. Jan 21, 2015
  6. Jan 20, 2015
  7. Jan 19, 2015
  8. Jan 18, 2015
  9. Jan 17, 2015
  10. Jan 16, 2015
    • Gregory Nutt's avatar
      Networking: Replace all references to the macros net_ipaddr_copy,... · 7720c355
      Gregory Nutt authored
      Networking:  Replace all references to the macros net_ipaddr_copy, net_ipaddr_hdrcopy, net_ipaddr_cmp, net_ipaddr_hdrcmp, and net_ipaddr_maskcmp with the appropriate IPv4 or IPv6 version of the macro (such as net_ipv4addr_copy).  The goal is to support both IPv4 and IPv6 simultaneously.  This requires that the macros be distinct and not conditionally defined to one on or the other.
      7720c355