This website requires JavaScript.
Explore
Help
Register
Sign In
Mirrors_Framework
/
nuttx
Watch
1
Star
0
Fork
0
mirror of
https://github.com/apache/nuttx.git
synced
2026-09-15 17:35:49 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
2d0f1b85e39aec00aafcd7a9e2b6ce762bc6e141
nuttx
/
net
/
icmpv6
T
History
Gregory Nutt
9546481054
Fix some typographical errors.
2018-09-14 06:55:45 -06:00
..
icmpv6_advertise.c
…
icmpv6_autoconfig.c
net/: More fixes to wrong comments from old change from the interrupt driven network to the work-queue driven network.
2018-06-23 15:03:01 -06:00
icmpv6_conn.c
net/icmp/icmp_conn.c and net/icmpv6/icmpv6_conn.c: Change the type of id in icmpv[6]_findconn to uint16_t
2018-08-26 15:28:02 -06:00
icmpv6_input.c
…
icmpv6_neighbor.c
net/: More fixes to wrong comments from old change from the interrupt driven network to the work-queue driven network.
2018-06-23 15:03:01 -06:00
icmpv6_netpoll.c
net/icmp and icmpv6: Fix failure to poll ICMP socket issue.
2018-08-26 15:37:03 -06:00
icmpv6_notify.c
…
icmpv6_poll.c
…
icmpv6_radvertise.c
This commit attempts remove some long standard confusion in naming and some actual problems that result from the naming confusion. The basic problem is the standard MTU does not include the size of the Ethernet header. For clarity, I changed the naming of most things called MTU to PKTSIZE. For example, CONFIG_NET_ETH_MTU is now CONFIG_NET_ETH_PKTSIZE.
2018-07-04 14:10:40 -06:00
icmpv6_recvfrom.c
net/: Fix some incorrect comments that go back for years (but have also been cloned in newer files). The network was once interrupt driver, but now runs on the work queue with a semaphore to enforce mutual exclusion.
2018-06-23 14:09:06 -06:00
icmpv6_rnotify.c
…
icmpv6_rsolicit.c
…
icmpv6_sendto.c
net/: Fix some incorrect comments that go back for years (but have also been cloned in newer files). The network was once interrupt driver, but now runs on the work queue with a semaphore to enforce mutual exclusion.
2018-06-23 14:09:06 -06:00
icmpv6_sockif.c
Fix some typographical errors.
2018-09-14 06:55:45 -06:00
icmpv6_solicit.c
…
icmpv6.h
net/icmp/icmp_conn.c and net/icmpv6/icmpv6_conn.c: Change the type of id in icmpv[6]_findconn to uint16_t
2018-08-26 15:28:02 -06:00
Kconfig
…
Make.defs
…