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-16 13:56:00 +08:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
Activity
Files
aa3e778dc6374b6dc3005eec5f207c4b4eafa6e3
nuttx
/
net
/
utils
T
History
Gregory Nutt
aa3e778dc6
nuttx/net: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
2016-02-14 08:38:44 -06:00
..
Kconfig
Fix references to the no-longer-existent misc/ directory in comments, README files, and documentation
2015-06-28 08:08:57 -06:00
Make.defs
Some networking logic was used helpers from apps/netutils. Not good. Quick fix is to duplicate logic
2016-01-09 15:56:08 -06:00
net_chksum.c
net/: More clean-up of spacing/alignment issues
2015-10-08 15:10:04 -06:00
net_dsec2tick.c
…
net_dsec2timeval.c
Suffer the consequences of moving struct timeval to its correct location
2015-02-15 15:18:35 -06:00
net_ipv6_mask2pref.c
Some networking logic was used helpers from apps/netutils. Not good. Quick fix is to duplicate logic
2016-01-09 15:56:08 -06:00
net_ipv6_maskcmp.c
…
net_ipv6_pref2mask.c
…
net_lock.c
nuttx/net: Replace irqsave() with enter_critical_section(); replace irqrestore() with leave_critical_section()
2016-02-14 08:38:44 -06:00
net_timeval2dsec.c
Networking: setsockopt() fails when setting timeouts to values less that an 100 msec. That is because the timeout is limited to stops of 1 decisecond and because the conversion of structure timeval was truncating the microsecond remainder. The utility net_timeval2dsec now accespts and option to determin how it handles the remainder: truncate, discarding the remainder, use the remainder to round to the closed decisecond value, or use any non-zero remainder to the next larger whole decisecond value.
2015-05-29 07:17:15 -06:00
utils.h
Some networking logic was used helpers from apps/netutils. Not good. Quick fix is to duplicate logic
2016-01-09 15:56:08 -06:00