nuttx-apps/include/netutils
Gregory Nutt dc5be379a9 Squashed commit of the following:
apps/netutils/netlib:  netlib_ipv[4|6]adaptor() will now use the new routing table interfaces if they are available:  If the desination IP address does not correspond to the network served by any device, then the address of the router that should get us to the correct sub-net is is determined.  Then the network adaptor that can communicate with the that router has the IP address that will returned.

    apps/netutils/netlib:  Add new utilities netlib_ipv[4|6]router() that can be used to determine the IP address of a router that would be used some some destination IP address that is not locally accessible.

    apps/netutils/netlib:  Add helpers for reading the routing table:  netlib_read_ipv4route() and netlib_read_ipv6route()
2017-09-20 10:35:56 -06:00
..
base64.h apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is untested and probably incomplete 2014-04-10 18:15:06 -06:00
chat.h chat app and required update to the pppd client. 2016-01-29 17:00:59 -06:00
cJSON.h Remove some garbage characters added by error. 2016-12-04 08:01:56 -06:00
dhcpc.h DHCPC: Remove hard-coded interface device. Now passed as a parameter to dhcpc_open(). 2017-05-19 15:31:22 -06:00
dhcpd.h Clean up and review of header files for conformance to standards 2015-06-12 18:07:47 -06:00
discover.h Add runtime configuration for UDP discovery utility. From Max Holtzberg 2013-05-21 12:47:07 -06:00
esp8266.h esp8266 update cosmetic and many bug fix 2016-12-04 08:35:02 -06:00
ftpc.h apps/include: Move all header files associated with modules in apps/system to apps/include/system 2016-07-01 06:48:22 -06:00
ftpd.h Clean up and review of header files for conformance to standards 2015-06-12 18:07:47 -06:00
httpd.h Remove references to obsoleted CONFIG_NETDEV_MULTINIC and CONFIG_NETDEV_MULILINK. 2017-08-08 18:37:00 -06:00
ipmsfilter.h Clean up and review of header files for conformance to standards 2015-06-12 18:07:47 -06:00
md5.h apps/netutils/ntpclient: Add a primitive NTP client. Initial checkin is untested and probably incomplete 2014-04-10 18:15:06 -06:00
netlib.h Squashed commit of the following: 2017-09-20 10:35:56 -06:00
ntpclient.h NTP client, minor clean-up and enhancements 2014-04-11 08:27:15 -06:00
pppd.h chat app and required update to the pppd client. 2016-01-29 17:00:59 -06:00
smtp.h 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. 2015-01-16 12:30:18 -06:00
telnetc.h netutils/telnetc: This a port of libtelnet to NuttX. 2017-06-26 14:37:54 -06:00
telnetd.h netutils/telnetd and users of telnetd: Add support for IPv6. 2017-06-27 09:14:13 -06:00
tftp.h NET: emoved all includes of uip.h; added includes of ip.h wherever needed. 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. 2014-07-04 19:13:08 -06:00
thttpd.h Clean up and review of header files for conformance to standards 2015-06-12 19:26:01 -06:00
urldecode.h Add support for wget POST interface; from Darcy Gong 2012-11-03 00:00:56 +00:00
webclient.h Clean up and review of header files for conformance to standards 2015-06-12 18:07:47 -06:00
xmlrpc.h More trailing whilespace removal 2014-04-13 16:24:28 -06:00