zephyr/subsys/net/ip
Fabio Baltieri f88a420d69 toolchain: migrate iterable sections calls to the external API
This migrates all the current iterable section usages to the external
API, dropping the "Z_" prefix:

Z_ITERABLE_SECTION_ROM
Z_ITERABLE_SECTION_ROM_GC_ALLOWED
Z_ITERABLE_SECTION_RAM
Z_ITERABLE_SECTION_RAM_GC_ALLOWED
Z_STRUCT_SECTION_ITERABLE
Z_STRUCT_SECTION_ITERABLE_ALTERNATE
Z_STRUCT_SECTION_FOREACH

Signed-off-by: Fabio Baltieri <fabiobaltieri@google.com>
2021-08-12 17:47:04 -04:00
..
6lo.c
6lo.h
6lo_private.h
CMakeLists.txt
Kconfig net: icmp: add option to suppress destination unreachable errors. 2021-08-11 11:46:44 +02:00
Kconfig.debug
Kconfig.ipv4
Kconfig.ipv6
Kconfig.mgmt
Kconfig.stack
Kconfig.stats
canbus_socket.c
canbus_socket.h
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
icmpv6.h
igmp.c net: igmp: Fix uninitialized variable 2021-05-11 15:44:50 -05:00
ipv4.c
ipv4.h
ipv4_autoconf.c
ipv4_autoconf_internal.h
ipv6.c
ipv6.h
ipv6_fragment.c
ipv6_mld.c
ipv6_nbr.c
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 pm: rename PM_DEVICE_STATE_SUSPEND to PM_DEVICE_STATE_SUSPENDED 2021-08-04 08:23:01 -04:00
net_shell.h
net_stats.c
net_stats.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_tc_mapping.h
net_timeout.c
packet_socket.c net: packet: Do not drop net_pkt immediately 2021-05-24 23:29:24 -04:00
packet_socket.h
promiscuous.c
route.c
route.h
tcp2.c net: ip: Fix assertion failure when tcp_send_data() 2021-07-12 20:08:01 -04:00
tcp2.h
tcp2_priv.h
tcp_internal.h
tp.c
tp.h
tp_priv.h
trickle.c
udp.c
udp_internal.h
utils.c