nuttx/net/utils
Gregory Nutt cccc86da09 This change adds support for semi-standard IPPROTO_ICMP AF_INET datagram sockets. This replaces the old ad hoc, nonstandard way of implementing ping with a more standard, socket interface.
Squashed commit of the following:

    net/icmp:  Finishes off icmp_recvfrom().
    net/icmp:  Add readahead support for IPPROTO_ICMP sockets.
    net/icmp:  Add poll() support for IPPROTO_ICMP sockets.
    net/icmp:  Add a connection structure for IPPROTO_ICMP sockets.
    net/icmp:  Implements sendto for the IPPROTO_ICMP socket.
    net/icmp:  Move icmp_sendto() and icmp_recvfrom() to separate files.  They are likely to be complex (when they are implemented).
    net/icmp:  Hook IPPROTO_ICMP sockets into network.  Fix some naming collisions.  Still missing basic ICMP send/receive logic.
    configs: apps/system/ping current need poll() enabled.
    configs: All defconfig files that use to enable low-level support must now enabled CONFIG_SYSTEM_PING.
    net/icmp:  Adds basic build framework to support IPPROTO_ICMP sockets.
2017-10-23 08:45:12 -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 6loWPAN: Fix last checksum issues. Contiki 6loWPAN port is now complete (but completely untested) 2017-04-02 14:30:01 -06:00
net_chksum.c 6loWPAN: Fix last checksum issues. Contiki 6loWPAN port is now complete (but completely untested) 2017-04-02 14:30:01 -06:00
net_dsec2tick.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
net_dsec2timeval.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
net_icmpchksum.c This change adds support for semi-standard IPPROTO_ICMP AF_INET datagram sockets. This replaces the old ad hoc, nonstandard way of implementing ping with a more standard, socket interface. 2017-10-23 08:45:12 -06:00
net_incr32.c 6loWPAN: Forgot to add files with last commit. 2017-04-02 14:45:14 -06:00
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 Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
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 6loWPAN: Forgot to add files with last commit. 2017-04-02 14:45:14 -06:00
net_timeval2dsec.c Be consistent... Use Name: consistent in function headers vs Function: 2017-04-21 16:33:14 -06:00
net_udpchksum.c 6loWPAN: Forgot to add files with last commit. 2017-04-02 14:45:14 -06:00
utils.h This change adds support for semi-standard IPPROTO_ICMP AF_INET datagram sockets. This replaces the old ad hoc, nonstandard way of implementing ping with a more standard, socket interface. 2017-10-23 08:45:12 -06:00