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-14 19:38:39 +08:00
Code
Issues
Actions
1
Packages
Projects
Releases
Wiki
Activity
Files
bdfd25757e44a60a5d6971ca944cd4542bef6a0e
nuttx
/
net
/
inet
T
History
Gregory Nutt
788c5bf1dd
Forgot to add files before previous commit.
2018-07-19 09:07:20 -06:00
..
inet_close.c
…
inet_globals.c
net/: Fix a sixlowpan typo bug recently introduced; Rename g_ipv6_allzeroaddre with the more meaning g_ipv6_unspecaddr since the all-zero address is the IPv6 unspecified address (sometime IN6_ADDR_ANY). Remove more inline tests for IPv6 multicast with tcommint net_is_addr_mcast() macro. Update some comments.
2018-06-23 12:53:27 -06:00
inet_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
inet_setipid.c
…
inet_sockif.c
net/ and include/nuttx/net: Add getpeername() support
2018-07-19 07:16:30 -06:00
inet.h
net/ and include/nuttx/net: Add getpeername() support
2018-07-19 07:16:30 -06:00
ipv4_getpeername.c
Forgot to add files before previous commit.
2018-07-19 09:07:20 -06:00
ipv4_getsockname.c
…
ipv6_getpeername.c
Forgot to add files before previous commit.
2018-07-19 09:07:20 -06:00
ipv6_getsockname.c
net/: Fix a sixlowpan typo bug recently introduced; Rename g_ipv6_allzeroaddre with the more meaning g_ipv6_unspecaddr since the all-zero address is the IPv6 unspecified address (sometime IN6_ADDR_ANY). Remove more inline tests for IPv6 multicast with tcommint net_is_addr_mcast() macro. Update some comments.
2018-06-23 12:53:27 -06:00
Kconfig
…
Make.defs
net/ and include/nuttx/net: Add getpeername() support
2018-07-19 07:16:30 -06:00