zephyr/subsys/net/ip
Florian Vaussard 52638a000f net: ipv6_fragment: send ICMPv6 Time Exceeded upon reassembly timeout
RFC 2460 Sec. 5 requires that a ICMPv6 Time Exceeded message is sent
upon reassembly timeout, if we received the first fragment (i.e. the one
with a Fragment Offset of zero).

Implement this requirement.

Signed-off-by: Florian Vaussard <florian.vaussard@gmail.com>
2021-09-23 13:21:09 -04:00
..
6lo_private.h
6lo.c
6lo.h
canbus_socket.c
canbus_socket.h
CMakeLists.txt
connection.c net: icmp: add option to suppress destination unreachable errors. 2021-08-11 11:46:44 +02:00
connection.h
dhcpv4.c net: dhcpv4: Prevent DHCP client from clearing the gateway 2021-06-16 10:40:54 +02:00
dhcpv4.h
icmpv4.c
icmpv4.h
icmpv6.c net: icmpv6: fix net_icmpv6_send_error() dropping packets 2021-09-23 13:21:09 -04:00
icmpv6.h
igmp.c net: igmp: Fix uninitialized variable 2021-05-11 15:44:50 -05:00
ipv4_autoconf_internal.h
ipv4_autoconf.c
ipv4.c
ipv4.h
ipv6_fragment.c net: ipv6_fragment: send ICMPv6 Time Exceeded upon reassembly timeout 2021-09-23 13:21:09 -04:00
ipv6_mld.c
ipv6_nbr.c net: ipv6: fix NBR lock initialization 2021-09-14 09:56:37 +02:00
ipv6.c net: ipv6: fix the logics of prev_hdr_offset 2021-09-23 13:21:09 -04:00
ipv6.h net: ip: replace hardcoded NET_IPV6_FRAGMENTS_MAX_PKT with a Kconfig 2021-09-23 13:21:09 -04:00
Kconfig net: icmp: add option to suppress destination unreachable errors. 2021-08-11 11:46:44 +02:00
Kconfig.debug
Kconfig.ipv4
Kconfig.ipv6 net: ip: replace hardcoded NET_IPV6_FRAGMENTS_MAX_PKT with a Kconfig 2021-09-23 13:21:09 -04:00
Kconfig.mgmt
Kconfig.stack
Kconfig.stats
nbr.c
nbr.h
net_context.c net: context: Check null pointer access in check_used_port() 2021-06-21 18:46:41 -04:00
net_core.c net: Use k_fifo instead of k_work in RX and TX processing 2021-05-07 09:46:44 -05:00
net_if.c toolchain: migrate iterable sections calls to the external API 2021-08-12 17:47:04 -04:00
net_mgmt.c net: mgmt: Initialize the event callbacks statically 2021-05-28 07:00:23 -05:00
net_pkt.c net: ethernet: bridging support 2021-07-21 18:20:01 -04:00
net_private.h net: Use k_fifo instead of k_work in RX and TX processing 2021-05-07 09:46:44 -05:00
net_shell.c net: ip: replace hardcoded NET_IPV6_FRAGMENTS_MAX_PKT with a Kconfig 2021-09-23 13:21:09 -04:00
net_shell.h
net_stats.c
net_stats.h
net_tc_mapping.h
net_tc.c net: Use k_fifo instead of k_work in RX and TX processing 2021-05-07 09:46:44 -05:00
net_timeout.c
packet_socket.c net: ip: packet_socket: fixing raw sckt IPPROTO_RAW usage 2021-09-14 08:37:36 -04:00
packet_socket.h
promiscuous.c
route.c
route.h
tcp2_priv.h
tcp2.c net: tcp: accept [FIN, PSH, ACK] in TCP_FIN_WAIT_2 state 2021-09-09 21:18:25 -04:00
tcp2.h
tcp_internal.h
tp_priv.h
tp.c
tp.h
trickle.c
udp_internal.h
udp.c
utils.c