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.
|
||
|---|---|---|
| .. | ||
| Kconfig | ||
| Make.defs | ||
| net_chksum.c | ||
| net_dsec2tick.c | ||
| net_dsec2timeval.c | ||
| net_icmpchksum.c | ||
| net_incr32.c | ||
| net_ipchksum.c | ||
| net_ipv6_mask2pref.c | ||
| net_ipv6_maskcmp.c | ||
| net_ipv6_pref2mask.c | ||
| net_lock.c | ||
| net_tcpchksum.c | ||
| net_timeval2dsec.c | ||
| net_udpchksum.c | ||
| utils.h | ||