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-16 01:41:17 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
8cd7eea7adfd7f06295acfd89edfeeb5d3558ca3
nuttx
/
net
T
History
Gregory Nutt
8f7c6e23a6
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
..
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
…
net_addroute.c
…
net_allocroute.c
…
net_arptimer.c
…
net_checksd.c
…
net_clone.c
…
net_close.c
…
net_delroute.c
…
net_dsec2timeval.c
…
net_dup2.c
…
net_dup.c
…
net_foreachroute.c
…
net_internal.h
…
net_monitor.c
…
net_poll.c
…
net_route.h
…
net_router.c
…
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
…
netdev_register.c
…
netdev_router.c
…
netdev_rxnotify.c
…
netdev_sem.c
…
netdev_txnotify.c
…
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
…