nuttx/include/nuttx/net
2016-07-12 09:59:08 -06:00
..
6lowpan.h Add include/nuttx/wireless/ieee802154 directory (with dummy header file) 2016-02-26 17:32:37 -06:00
arp.h Typo fix 2016-05-30 09:51:46 -06:00
cs89x0.h Replace confusing references to uIP with just 'the network' 2016-05-30 09:51:15 -06:00
dns.h resolv.conf: Fix some basic compilation issues. Logic still not complete. 2016-01-14 08:32:20 -06:00
enc28j60.h include/nuttx/net/netdev.h and several Ethernet drivers in arch/: Most network drivers to not support statistics. Those that do only support them when DEBUG is enabled. Each driver collects an architecture specific set of statistics and there is no mechanism in place to view those statistics. Thus, the driver feature was mostly useless. This change standardizes the driver statistics and puts the definition in the common network device structure defined in netdev.h where they can be accessed by network applications. All Ethernet drivers that collect statistics have been adapted to use these common statistics. 2015-11-26 12:08:09 -06:00
encx24j600.h include/nuttx/net/netdev.h and several Ethernet drivers in arch/: Most network drivers to not support statistics. Those that do only support them when DEBUG is enabled. Each driver collects an architecture specific set of statistics and there is no mechanism in place to view those statistics. Thus, the driver feature was mostly useless. This change standardizes the driver statistics and puts the definition in the common network device structure defined in netdev.h where they can be accessed by network applications. All Ethernet drivers that collect statistics have been adapted to use these common statistics. 2015-11-26 12:08:09 -06:00
ethernet.h
ftmac100.h
gmii.h
icmp.h Replace confusing references to uIP with just 'the network' 2016-05-30 09:51:15 -06:00
icmpv6.h Replace confusing references to uIP with just 'the network' 2016-05-30 09:51:15 -06:00
igmp.h Replace confusing references to uIP with just 'the network' 2016-05-30 09:51:15 -06:00
iob.h Rename CONFIG_DEBUG to CONFIG_DEBUG_FEATURES 2016-06-11 14:14:08 -06:00
ioctl.h ARP: Add IOCTL commands to manage the ARP table 2016-02-08 11:17:22 -06:00
ip.h Replace confusing references to uIP with just 'the network' 2016-05-30 09:51:15 -06:00
ipopt.h
loopback.h Networking: With these changes, I can ping the local loopback device from the simulator 2015-08-24 13:49:12 -06:00
mii.h Kinetis Ethernet: Add support for the KSZ8081 PHY 2016-07-12 09:59:08 -06:00
net.h Break out internal interface psock_ioctl() 2016-07-06 07:30:09 -06:00
netconfig.h Replace confusing references to uIP with just 'the network' 2016-05-30 09:51:15 -06:00
netdev.h Replace confusing references to uIP with just 'the network' 2016-05-30 09:51:15 -06:00
netstats.h
phy.h
pkt.h
slip.h
tcp.h Replace confusing references to uIP with just 'the network' 2016-05-30 09:51:15 -06:00
telnet.h drivers/net/telnet.c: Now works like the loop device. A new interface called telnet_initialize() registers a telnet session "factory" device at /dev/telnet. Via ioctl, the factory device can create instances of the telnet character devices at /dev/telnetN to support Telnet sessions. 2015-12-07 13:48:06 -06:00
tun.h
udp.h Replace confusing references to uIP with just 'the network' 2016-05-30 09:51:15 -06:00