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-09 19:04:15 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
f62bfca94eb23ff527e2c9cbfcfcd1c0ba4e4dca
nuttx
/
net
/
inet
T
History
Gregory Nutt
5e49e9e937
Update some comments.
2018-01-24 06:50:20 -06:00
..
inet_close.c
net/udp: Fix memory leak with UDP + write buffer is closed. Also update TODO and comments and refresh a configuration.
2018-01-23 11:54:03 -06:00
inet_globals.c
…
inet_recvfrom.c
This change adds support for semi-standard IPPROTO_ICMP AF_INET datagram sockets. This replaces the old ad hoc, nonstandard way of implementing ping with a more standard, socket interface.
2017-10-23 08:45:12 -06:00
inet_setipid.c
…
inet_sockif.c
Update some comments.
2018-01-24 06:50:20 -06:00
inet.h
This change adds support for semi-standard IPPROTO_ICMP AF_INET datagram sockets. This replaces the old ad hoc, nonstandard way of implementing ping with a more standard, socket interface.
2017-10-23 08:45:12 -06:00
ipv4_getsockname.c
Networking: IPv4 getsockname(): Fix a typo that can cause a compile error.
2017-09-19 10:52:01 -06:00
ipv6_getsockname.c
Networking: sockgetname() files need to include udp/udp.h and tcp/tcp.h or otherwise NET_UDP_HAVE_STACK and NET_TCP_HAVE_STACK are undefined and the logic is never compiled. Noted by Anthony Merlino
2017-09-18 13:14:57 -06:00
Kconfig
…
Make.defs
Networking: Move two more TCP specific files from inet/ to tcp/. There is other TCP-specific logic in inet/ that should be moved sometime, but those are more entangled.
2017-08-29 09:25:22 -06:00