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-10 21:10:01 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
408ff55b7e9c19cd65868ba8576c8a6876233d78
nuttx
/
net
T
History
Gregory Nutt
408ff55b7e
Changed net_close debug output to verbose. From Max Holtzberg (2013-10-17)
2013-10-17 09:13:31 -06:00
..
uip
Changed the meaning of the uip_*input functions. They now return success when a packet is dropped; This is needed for the ENCX24J600 driver that must make a decision to return the packet or not: It should not retain dropped packets. From Max Holtzberg
2013-10-11 10:48:00 -06:00
.gitignore
…
accept.c
…
bind.c
…
connect.c
…
getsockname.c
…
getsockopt.c
…
Kconfig
…
listen.c
…
Makefile
Another case where we should use the routing table: There may be multiple routers on the same network. In that case, we have to search for the routing table for the router that forwards to the destination address. We do this when we determine the MAC address we want in the ARP logic
2013-10-05 19:08:57 -06:00
net_addroute.c
…
net_allocroute.c
…
net_arptimer.c
…
net_checksd.c
…
net_clone.c
…
net_close.c
Changed net_close debug output to verbose. From Max Holtzberg (2013-10-17)
2013-10-17 09:13:31 -06:00
net_delroute.c
…
net_dsec2timeval.c
…
net_dup2.c
…
net_dup.c
…
net_foreachroute.c
…
net_internal.h
…
net_monitor.c
Notify the socket layer if a connection is lost before the monitoring callback has been registered. From Max Holtzberg
2013-10-11 10:04:54 -06:00
net_poll.c
…
net_route.h
Another case where we should use the routing table: There may be multiple routers on the same network. In that case, we have to search for the routing table for the router that forwards to the destination address. We do this when we determine the MAC address we want in the ARP logic
2013-10-05 19:08:57 -06:00
net_router.c
Another case where we should use the routing table: There may be multiple routers on the same network. In that case, we have to search for the routing table for the router that forwards to the destination address. We do this when we determine the MAC address we want in the ARP logic
2013-10-05 19:08:57 -06:00
net_sendfile.c
…
net_sockets.c
…
net_timeo.c
…
net_timeval2dsec.c
…
net_vfcntl.c
…
netdev_count.c
…
netdev_findbyaddr.c
…
netdev_findbyname.c
…
netdev_foreach.c
…
netdev_ioctl.c
Fix ordering of operations in network ioctl handling. We need to able to distinguish an error because the command was not recognized vs. other kinds of error
2013-10-05 16:43:10 -06:00
netdev_register.c
…
netdev_router.c
SAMA5: LCDC driver progress
2013-10-07 12:05:16 -06:00
netdev_rxnotify.c
Use the new signature of rxnotify caused by the routing table. From Max Holtzberg
2013-10-06 07:38:15 -06:00
netdev_sem.c
…
netdev_txnotify.c
Use the new signature of rxnotify caused by the routing table. From Max Holtzberg
2013-10-06 07:38:15 -06:00
netdev_unregister.c
…
recv.c
…
recvfrom.c
Changed the meaning of the uip_*input functions. They now return success when a packet is dropped; This is needed for the ENCX24J600 driver that must make a decision to return the packet or not: It should not retain dropped packets. From Max Holtzberg
2013-10-11 10:48:00 -06:00
send.c
…
sendto.c
Changed the meaning of the uip_*input functions. They now return success when a packet is dropped; This is needed for the ENCX24J600 driver that must make a decision to return the packet or not: It should not retain dropped packets. From Max Holtzberg
2013-10-11 10:48:00 -06:00
setsockopt.c
…
socket.c
…