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-13 23:58:46 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
ef8a4668d7c19e36dfeb14773049d605e3fed9e1
nuttx
/
net
/
socket
T
History
Gregory Nutt
1780810d3d
Rename kmalloc to kmm_malloc for consistency
2014-08-31 17:26:36 -06:00
..
accept.c
…
bind.c
…
connect.c
…
getsockname.c
…
getsockopt.c
…
Kconfig
…
listen.c
…
Make.defs
Clean missing function headers
2014-08-16 10:24:06 -06:00
net_checksd.c
…
net_clone.c
…
net_close.c
…
net_dup2.c
…
net_dup.c
…
net_monitor.c
…
net_poll.c
Rename kmalloc to kmm_malloc for consistency
2014-08-31 17:26:36 -06:00
net_sendfile.c
If CONFIG_NET_ARP_SEND is enabled, then all ICMP, TCP, and UDP send operations will call arp_send() before attempting the real send operation. arp_send() will check if the the IP address mapping is in the ARP table and, if not send ARP requests periodically until it is. This eliminates losing the first outgoing message because there is not mapping in the ARP table.
2014-08-18 16:22:14 -06:00
net_sockets.c
A little too much was deleted in a recent commit
2014-08-16 12:52:28 -06:00
net_timeo.c
…
net_vfcntl.c
Clean missing function headers
2014-08-16 10:24:06 -06:00
recv.c
…
recvfrom.c
…
send.c
…
sendto.c
If CONFIG_NET_ARP_SEND is enabled, then all ICMP, TCP, and UDP send operations will call arp_send() before attempting the real send operation. arp_send() will check if the the IP address mapping is in the ARP table and, if not send ARP requests periodically until it is. This eliminates losing the first outgoing message because there is not mapping in the ARP table.
2014-08-18 16:22:14 -06:00
setsockopt.c
…
socket.c
…
socket.h
…