zephyr/subsys/net/ip
Gerard Marull-Paretas 89a4f36fc8 device: remove inclusion of pm/device.h
The device PM subsystem _depends_ on device, not vice-versa. Devices
only hold a reference to struct pm_device now, and initialize this
reference with the value provided in Z_DEVICE_DEFINE. This requirement
can be solved with a forward struct declaration, meaning there is no
need to include device PM headers.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
2021-11-29 11:08:38 +01:00
..
6lo_private.h
6lo.c net: icmpv6: Remove in6_addr from packed structs 2021-11-25 10:46:35 -05:00
6lo.h
canbus_socket.c
canbus_socket.h
CMakeLists.txt
connection.c net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
connection.h
dhcpv4.c
dhcpv4.h
icmpv4.c net: ipv4: Remove in_addr from packed net_ipv4_hdr struct 2021-11-25 10:46:35 -05:00
icmpv4.h
icmpv6.c net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
icmpv6.h net: icmpv6: Remove in6_addr from packed structs 2021-11-25 10:46:35 -05:00
igmp.c net: ipv4: Remove in_addr from packed net_ipv4_hdr struct 2021-11-25 10:46:35 -05:00
ipv4_autoconf_internal.h
ipv4_autoconf.c
ipv4.c net: ipv4: Remove in_addr from packed net_ipv4_hdr struct 2021-11-25 10:46:35 -05:00
ipv4.h
ipv6_fragment.c net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
ipv6_mld.c net: icmpv6: Remove in6_addr from packed structs 2021-11-25 10:46:35 -05:00
ipv6_nbr.c net: icmpv6: Remove in6_addr from packed structs 2021-11-25 10:46:35 -05:00
ipv6.c net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
ipv6.h
Kconfig
Kconfig.debug
Kconfig.ipv4
Kconfig.ipv6
Kconfig.mgmt
Kconfig.stack
Kconfig.stats
nbr.c
nbr.h
net_context.c
net_core.c net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
net_if.c
net_mgmt.c
net_pkt.c
net_private.h
net_shell.c device: remove inclusion of pm/device.h 2021-11-29 11:08:38 +01:00
net_shell.h
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: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
route.h
tcp_internal.h
tcp_private.h
tcp.c net: ipv6: Remove in6_addr from packed net_ipv6_hdr struct 2021-11-25 10:46:35 -05:00
tcp.h
tp_priv.h
tp.c
tp.h
trickle.c
udp_internal.h
udp.c
utils.c