This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
mirror of
https://github.com/apache/nuttx.git
synced
2026-05-19 03:03:37 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
cb5cb96bc91eab01befc9dc167d557fce2149fda
nuttx
/
net
/
neighbor
T
History
Gregory Nutt
8337710084
Stray semicolon caused compile failure when IPv6 enabled
2015-02-14 09:30:22 -06:00
..
Kconfig
…
Make.defs
…
neighbor_add.c
Networking: Change some debug outputto vebose debug output
2015-01-21 14:23:50 -06:00
neighbor_findentry.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
neighbor_initialize.c
Stray semicolon caused compile failure when IPv6 enabled
2015-02-14 09:30:22 -06:00
neighbor_lookup.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
neighbor_out.c
IPv6: More framework for automatic neighbor solicition. I think this also corrects and error in a broadcast/multicast address chedk
2015-02-02 11:34:51 -06:00
neighbor_periodic.c
…
neighbor_update.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
neighbor.h
Networking: Divide net_intiialize() into net_setup() and net_initialize() to solve a chicken-and-egg problem. net_setup() must be caleld before up_initialize() is called so that networking data structures are ready to register new network devices.
2015-02-14 06:36:53 -06:00