nuttx/net/utils
2015-01-17 12:31:39 -06:00
..
Kconfig Networking: (1) Copied all ICMP sources files to net/icmpv6 with proper renaming and removal of IPv4 logic, (2) remove IPv6 logic from files in net/icmp, (3) copied include/nuttx/icmp.h to icmpv6.h and removed IPv4 specific logic, (4) removed all IPv6 logic from icmp.h, (5) IP_HDRLEN became IPv4_HDRLEN and IPv6_HDRLEN, (6) ip_chksum() became ipv4_chksum() and ipv6_chksum(), and (7) added partial support for ICMPv6 statistics. 2015-01-14 16:10:38 -06:00
Make.defs Clean a few more IPv6 compilation issues; Add implementation of net_ipv6_maskcmp() 2015-01-15 15:55:52 -06:00
net_chksum.c Networking: Calculation of TCP and UDP checksums differ with IPv4 and IPv6 2015-01-17 12:31:39 -06:00
net_dsec2tick.c NET: Oops. Forgot to add a file before committing 2014-07-05 15:21:13 -06:00
net_dsec2timeval.c Move all socket-related files from net/ to net/socket. Move net/net.h to net/socket/socket.h 2014-06-28 17:25:18 -06:00
net_ipv6_maskcmp.c Clean a few more IPv6 compilation issues; Add implementation of net_ipv6_maskcmp() 2015-01-15 15:55:52 -06:00
net_lock.c NET: in-progress change... don't use 2014-07-04 16:38:51 -06:00
net_timeval2dsec.c Remove CONFIG_DISABLE_CLOCK 2014-08-07 12:35:24 -06:00
utils.h Networking: A few more IPv6-related fixes 2015-01-14 18:34:28 -06:00