nuttx/net/utils
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