zephyr/subsys/net/ip
Konrad Derda cb3c087350 net: ipv6: mcast_routing: hop limit handling
While forwarding a multicast packet decrement hop limit in a common net
buffer. Also, packets with hop limit equal to 0 should not be forwarded.

Signed-off-by: Konrad Derda <konrad.derda@nordicsemi.no>
2024-06-13 05:44:30 -04:00
..
6lo_private.h
6lo.c
6lo.h
canbus_socket.c
canbus_socket.h
CMakeLists.txt net: ipv4: Implement IPv4 address conflict detection 2024-06-10 00:59:28 -07:00
connection.c net: conn: fix supplicant l2 recv unexpected frame 2024-06-03 09:48:32 +02:00
connection.h
icmp.c
icmpv4.c
icmpv4.h
icmpv6.c
icmpv6.h
igmp.c
ipv4_acd.c net: ipv4: Implement IPv4 address conflict detection 2024-06-10 00:59:28 -07:00
ipv4_autoconf.c net: ipv4: autoconf: Integrate with the ACD module 2024-06-10 00:59:28 -07:00
ipv4_fragment.c
ipv4.c net: ipv4: Implement IPv4 address conflict detection 2024-06-10 00:59:28 -07:00
ipv4.h net: ipv4: Implement IPv4 address conflict detection 2024-06-10 00:59:28 -07:00
ipv6_fragment.c
ipv6_mld.c
ipv6_nbr.c net: change controlling expressions in while to Boolean 2024-06-11 20:03:16 +03:00
ipv6_pe.c
ipv6.c net: ipv6: mcast_routing: hop limit handling 2024-06-13 05:44:30 -04:00
ipv6.h
Kconfig net: context: Add support for timestamping in network context 2024-06-13 05:40:41 -04:00
Kconfig.debug
Kconfig.ipv4 net: ipv4: autoconf: Integrate with the ACD module 2024-06-10 00:59:28 -07:00
Kconfig.ipv6 modules: mbedtls: remove the default enabling of features 2024-05-31 16:33:06 -05:00
Kconfig.mgmt
Kconfig.stack
Kconfig.stats
Kconfig.tcp
nbr.c
nbr.h
net_context.c net: context: Add support for timestamping in network context 2024-06-13 05:40:41 -04:00
net_core.c net: ipv4: autoconf: Integrate with the ACD module 2024-06-10 00:59:28 -07:00
net_if.c net: if: Increment the packet ref count when adding to timestamp queue 2024-06-13 05:40:41 -04:00
net_mgmt.c
net_pkt.c net: pkt: Add flags to indicate the pkt should be timestamped 2024-06-13 05:40:41 -04:00
net_private.h net: Start socket service thread by net core init 2024-06-03 09:49:01 +02:00
net_stats.c
net_stats.h
net_tc_mapping.h
net_tc.c
net_timeout.c
packet_socket.c
packet_socket.h
promiscuous.c
route.c net: ipv6: mcast_routing: hop limit handling 2024-06-13 05:44:30 -04:00
route.h net: ipv6: mcast_routing: hop limit handling 2024-06-13 05:44:30 -04:00
tcp_internal.h
tcp_private.h
tcp.c net: tcp: Fix context leak during connect 2024-06-10 16:56:39 +03:00
tcp.h
tp_priv.h net: change controlling expressions in while to Boolean 2024-06-11 20:03:16 +03:00
tp.c net: change controlling expressions in while to Boolean 2024-06-11 20:03:16 +03:00
tp.h
udp_internal.h
udp.c
utils.c