This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
net
/
utils
History
Gregory Nutt
a52ceac13e
net/: Now handles reception of IPv4 packets with larger IPv4 headers containing options.
2019-08-31 12:25:30 -06:00
..
Kconfig
…
Make.defs
…
net_chksum.c
…
net_dsec2tick.c
…
net_dsec2timeval.c
…
net_icmpchksum.c
net/: Now handles reception of IPv4 packets with larger IPv4 headers containing options.
2019-08-31 12:25:30 -06:00
net_incr32.c
…
net_ipchksum.c
net/: Now handles reception of IPv4 packets with larger IPv4 headers containing options.
2019-08-31 12:25:30 -06:00
net_ipv6_mask2pref.c
net/: Fix alignment and spacing problems found by tools/nxstyle.
2019-07-02 18:02:23 -06:00
net_ipv6_maskcmp.c
…
net_ipv6_pref2mask.c
…
net_lock.c
Merged in antmerlino/nuttx/iobinstrumentation (pull request
#1001
)
2019-08-16 22:42:25 +00:00
net_tcpchksum.c
…
net_timeval2dsec.c
…
net_udpchksum.c
…
utils.h
net/utils: net_lock() and net_restorelock() not return a value. That values is the standard zero on success; negated errno value on failure. This return value is only needed for -ECANCELED. That cancellation indication needs to ripple all the way back to the highest levels where the cancellation can be acted on. This commit only adds the return value; it does not add checking for the return values of net_lock() and net_restorelock() at higher levels. That is required too.
2019-04-14 09:37:25 -06:00