Skip to content
  • Gregory Nutt's avatar
    5ace3311
    Repartitioning of DNS client logic in preparation for IPv6 support · 5ace3311
    Gregory Nutt authored
    - Rename include/nuttx/net/dnsclient.h to dns.h
    - Move internal DNS prototypes from dns.h to libc/netdb/lib_dns.h
    - Global standard DNS definitions from libc/netdb/dns_soccket.c to dns.h
    - Eliminate dns_gethostip().  This is now an internal part of gethostbyname()
    - Eliminate interface dns_whois().  Not needed in this new context.
    5ace3311
    Repartitioning of DNS client logic in preparation for IPv6 support
    Gregory Nutt authored
    - Rename include/nuttx/net/dnsclient.h to dns.h
    - Move internal DNS prototypes from dns.h to libc/netdb/lib_dns.h
    - Global standard DNS definitions from libc/netdb/dns_soccket.c to dns.h
    - Eliminate dns_gethostip().  This is now an internal part of gethostbyname()
    - Eliminate interface dns_whois().  Not needed in this new context.
To find the state of this project's repository at the time of any of these versions, check out the tags.
Loading