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-14 08:08:50 +08:00
Code
Issues
Actions
8
Packages
Projects
Releases
Wiki
Activity
Files
5e4f4ee788d07cfa41ea07e6efdca83fd835f2aa
nuttx
/
net
/
utils
T
History
Gregory Nutt
29b5b3667f
sched/semaphore: sem_timedwait() is a cancellation point and, hence, cannot be called from within the OS. Created nxsem_timedwait() that is equivalent but does not modify the errno and does not cause cancellation. All calls to sem_timedwait() change to calls to nxsem_timedwait() in the OS.
2017-10-05 07:24:54 -06:00
..
Kconfig
…
Make.defs
…
net_chksum.c
…
net_dsec2tick.c
…
net_dsec2timeval.c
…
net_icmpchksum.c
…
net_incr32.c
…
net_ipchksum.c
IPv6 forwarding logic must decrement the TTL and drop the packet if the hop limit is exceeded.
2017-07-04 07:05:42 -06:00
net_ipv6_mask2pref.c
net/: Remove dangling space at the end of lines.
2017-06-28 13:32:19 -06:00
net_ipv6_maskcmp.c
…
net_ipv6_pref2mask.c
net/: Remove dangling space at the end of lines.
2017-06-28 13:32:19 -06:00
net_lock.c
sched/semaphore: sem_timedwait() is a cancellation point and, hence, cannot be called from within the OS. Created nxsem_timedwait() that is equivalent but does not modify the errno and does not cause cancellation. All calls to sem_timedwait() change to calls to nxsem_timedwait() in the OS.
2017-10-05 07:24:54 -06:00
net_tcpchksum.c
…
net_timeval2dsec.c
…
net_udpchksum.c
…
utils.h
…