nuttx/net/devif
2015-05-29 11:01:03 -06:00
..
devif_callback.c Networking: Add a test to see a device pointer is still valid 2015-05-29 11:01:03 -06:00
devif_initialize.c Make some conditional compilation consistent 2015-02-05 14:26:11 -06:00
devif_iobsend.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
devif_pktsend.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
devif_poll.c ICMPv6: Adds basic logic to support verification that we have the IPv6 address in the Neighbor Table. This feature is important because otherwise the first packet sent to a remote peer will fail (it will be replaced with a Neighbor Solicitation). 2015-02-02 13:44:31 -06:00
devif_send.c Cosmetic standardization of some naming in comments 2015-01-19 16:02:56 -06:00
devif.h Networking: Modify event list handling: Now there are two event lists each device structure: (1) One is for ARP and ICMP data related evetns, the other is for device related events. Callback allocation/free routines no accept a device paramter as well as a list: If the device paramter is added, then the callback goes into both the connection-related liast AND the device event list. Thus each socket type can received both custom data-related events as well as common device related events. 2015-05-28 12:01:38 -06:00
ipv4_input.c Networking: Clean up network status collection and presentation for IPv6 2015-01-24 08:26:12 -06:00
ipv6_input.c Extend device specific callbacks to ICMPv6 and ARP. Fix some IPv6 compilation errors that have crept in 2015-05-27 11:39:44 -06:00
Make.defs - Rename devif_input() ipv4_input() 2015-01-15 08:03:56 -06:00
net_setipid.c