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-06-07 01:05:54 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
1905e01fdaf8af2bca3d6861d550daf69d850fcb
nuttx
/
net
/
icmpv6
T
History
Xiang Xiao
1905e01fda
net/: ICMP/ICMPv6/TCP/UDP poll shouldn't set POLLHUP and POLLOUT at the same time the standard require that only report POLLHUP:
...
https://pubs.opengroup.org/onlinepubs/009695399/functions/poll.html
.
2019-11-25 09:59:50 -06:00
..
icmpv6_advertise.c
…
icmpv6_autoconfig.c
net/icmpv6/icmpv6_autoconfig.c: cmpv6_autoconfig() error handling must not overwrite overwrite the error code.
2019-09-20 12:51:37 -06:00
icmpv6_conn.c
…
icmpv6_input.c
…
icmpv6_linkipaddr.c
…
icmpv6_neighbor.c
…
icmpv6_netpoll.c
net/: ICMP/ICMPv6/TCP/UDP poll shouldn't set POLLHUP and POLLOUT at the same time the standard require that only report POLLHUP:
2019-11-25 09:59:50 -06:00
icmpv6_notify.c
…
icmpv6_poll.c
net/icmpv6/icmpv6_poll.c: Fix typo error in icmpv6_poll.
2019-09-24 09:28:07 -06:00
icmpv6_radvertise.c
…
icmpv6_recvfrom.c
net/: Run nxstyle against all C files.
2019-10-25 11:31:42 -06:00
icmpv6_rnotify.c
net/icmpv6/icmpv6_rnotify.c: Correct a bad index in debug output.
2019-09-25 06:29:02 -06:00
icmpv6_rsolicit.c
…
icmpv6_sendto.c
…
icmpv6_sockif.c
…
icmpv6_solicit.c
…
icmpv6.h
net/: Decouple autoconfig and icmpv6 socket to avoid the invalid kconfig combination.
2019-09-20 12:45:05 -06:00
Kconfig
…
Make.defs
…