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 09:18:00 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
eb31dc69ac58cc21a499a1c26cc7ca7ec29502ce
nuttx
/
net
/
inet
T
History
Xiang Xiao
d2cfd398ba
Fix compiler error and warning when CONFIG_NET_SENDFILE=y
2018-11-09 11:17:43 -06:00
..
inet_close.c
…
inet_globals.c
net/mld: Implement MLDv1 compatibility mode. This completes coding of MLD. MLD is, howeer, still completely untested.
2018-11-04 14:07:27 -06:00
inet_recvfrom.c
…
inet_setipid.c
…
inet_sockif.c
Fix compiler error and warning when CONFIG_NET_SENDFILE=y
2018-11-09 11:17:43 -06:00
inet.h
net/mld: Implement MLDv1 compatibility mode. This completes coding of MLD. MLD is, howeer, still completely untested.
2018-11-04 14:07:27 -06:00
ipv4_getpeername.c
…
ipv4_getsockname.c
…
ipv4_setsockopt.c
net/mld: Defer all timeout-related operations to the work queue vs. handling within the timer interrupt. Need to notify the device driver for an immediate poll when there are MLD packets waiting to be sent.
2018-11-03 16:47:08 -06:00
ipv6_getpeername.c
…
ipv6_getsockname.c
…
ipv6_setsockopt.c
net/mld: Defer all timeout-related operations to the work queue vs. handling within the timer interrupt. Need to notify the device driver for an immediate poll when there are MLD packets waiting to be sent.
2018-11-03 16:47:08 -06:00
Kconfig
…
Make.defs
net/inet: Add framework to support IPv4 and IPv6 protocol socket options (i.e., SOL_IP and SOL_IP6). This is build framework only (not actual socket options are yet handled). Handling of these socket options is a necessary step on the way to future ICMPv6 MLD support.
2018-10-31 15:59:05 -06:00