zephyr/net/yaip
Jukka Rissanen b0c9103304 net: Add support for ICMPv4 error message
Provide an API to send ICMPv4 error message. This can be used
for example in UDP and TCP to inform peer that there is no one
listening a certain port.

Change-Id: I915139be402892a9148e28f9c0883f7da8eb5b80
Signed-off-by: Jukka Rissanen <jukka.rissanen@linux.intel.com>
2016-12-02 12:40:12 +02:00
..
l2 net: Kconfig: Refactor Kconfig menus for better clarity 2016-12-02 12:40:11 +02:00
Kconfig net: Add TTL IPv4 option 2016-12-02 12:40:11 +02:00
Makefile net: Initial IPv6 neighbor discovery support 2016-12-02 12:40:11 +02:00
icmpv4.c net: Add support for ICMPv4 error message 2016-12-02 12:40:12 +02:00
icmpv4.h net: Add support for ICMPv4 error message 2016-12-02 12:40:12 +02:00
icmpv6.c net: Add support for ICMPv6 error message 2016-12-02 12:40:12 +02:00
icmpv6.h net: Add support for ICMPv6 error message 2016-12-02 12:40:12 +02:00
ipv6.c net: Make IPv6 ND optional 2016-12-02 12:40:11 +02:00
ipv6.h net: Initial router advertisement support 2016-12-02 12:40:11 +02:00
nbr.c net: Add a neighbor cache needed in IPv6 2016-12-02 12:40:07 +02:00
nbr.h net: Add a neighbor cache needed in IPv6 2016-12-02 12:40:07 +02:00
nbuf.c net: Add net_nbuf_copy() utility function 2016-12-02 12:40:11 +02:00
net_context.c net: Use generic wrapper for semaphore give operation 2016-12-02 12:40:06 +02:00
net_core.c net: Initial IPv6 neighbor discovery support 2016-12-02 12:40:11 +02:00
net_if.c net: Add TTL IPv4 option 2016-12-02 12:40:11 +02:00
net_private.h net: Initial IPv6 neighbor discovery support 2016-12-02 12:40:11 +02:00
utils.c net: ICMPv4 checksum calculation fixed 2016-12-02 12:40:05 +02:00