summaryrefslogtreecommitdiff
path: root/apps/netutils/dnsclient/dns_socket.c
Commit message (Collapse)AuthorAgeFilesLines
* Some files that now include sys/time.h should no longer include timer.hGregory Nutt2015-02-151-1/+0
|
* Suffer the consequences of moving struct timeval to its correct locationGregory Nutt2015-02-151-1/+2
|
* Correct name of fields in struct sockaddr_in6: sin6_port and sin6_family, ↵Gregory Nutt2015-01-201-3/+6
| | | | not sin_port and sin_family
* apps/netutils/dnsclient: Can select to be either IPv4 or IPv6, but not both ↵Gregory Nutt2015-01-181-12/+13
| | | | (IPv6 still does not compile)
* Right now if you make a dns request before the dns address it set you will ↵Gregory Nutt2014-11-131-6/+0
| | | | get an assertion. The state of the IP setting is not something the application should be aware of, it should only be concerned with whether or not the name was resolved. From Brennan Ashton.
* NET: emoved all includes of uip.h; added includes of ip.h wherever needed. ↵Gregory Nutt2014-07-041-0/+1
| | | | Tried to fix problems of the now missing sneak inclusions because uip.h was removed. There are probably a few of these that were missed.
* NET: Rename uiplib/UIPLIB to netlib/NETLIBGregory Nutt2014-07-021-2/+2
|
* Make sure that there is one space between while and conditionGregory Nutt2014-04-121-3/+3
|
* Breadk dnsclient.c file into three smaller files: dns_resolver.c, ↵Gregory Nutt2014-04-111-0/+630
dns_socket.c, and dns_gethostip.c