zephyr/subsys/net/ip
Flavio Ceolin e7bd10ae71 random: Rename random header
rand32.h does not make much sense, since the random subsystem
provides more APIs than just getting a random 32 bits value.

Rename it to random.h and get consistently with other
subsystems.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2023-10-10 14:23:50 +03:00
..
6lo_private.h
6lo.c
6lo.h
canbus_socket.c
canbus_socket.h
CMakeLists.txt net: icmp: Introduce new API to send ICMP messages 2023-09-28 09:34:20 +02:00
connection.c net: sockets: add support for SO_REUSEPORT 2023-09-20 08:56:31 +02:00
connection.h
dhcpv4.c random: Rename random header 2023-10-10 14:23:50 +03:00
dhcpv4.h net: dhcpv4: Accept unicast replies 2023-07-25 14:15:45 +02:00
dhcpv6_internal.h net: dhcpv6: Add Zephyr DHCPv6 client 2023-09-28 09:31:20 +02:00
dhcpv6.c random: Rename random header 2023-10-10 14:23:50 +03:00
icmp.c random: Rename random header 2023-10-10 14:23:50 +03:00
icmpv4.c net: icmp: Don't unref net_pkt from the registered handler 2023-09-29 18:49:43 +03:00
icmpv4.h net: Use the ICMP API for receiving ICMP messages 2023-09-28 09:34:20 +02:00
icmpv6.c net: icmp: Don't unref net_pkt from the registered handler 2023-09-29 18:49:43 +03:00
icmpv6.h net: Use the ICMP API for receiving ICMP messages 2023-09-28 09:34:20 +02:00
igmp.c net: iface: Improve thread safety of net_if_ipv*_maddr_* functions 2023-05-10 11:06:15 +02:00
ipv4_autoconf_internal.h
ipv4_autoconf.c random: Rename random header 2023-10-10 14:23:50 +03:00
ipv4_fragment.c random: Rename random header 2023-10-10 14:23:50 +03:00
ipv4.c net: dhcpv4: Accept unicast replies 2023-07-25 14:15:45 +02:00
ipv4.h net: context: Set priority based on DSCP 2023-05-16 13:21:25 +02:00
ipv6_fragment.c random: Rename random header 2023-10-10 14:23:50 +03:00
ipv6_mld.c net: icmp: Don't unref net_pkt from the registered handler 2023-09-29 18:49:43 +03:00
ipv6_nbr.c net: icmp: Don't unref net_pkt from the registered handler 2023-09-29 18:49:43 +03:00
ipv6.c net: pkt_filter: Introduce additional hooks for pkt_filter 2023-07-10 09:27:47 +02:00
ipv6.h net: context: Set priority based on DSCP 2023-05-16 13:21:25 +02:00
Kconfig net: icmp: Add offloading support 2023-09-28 09:34:20 +02:00
Kconfig.debug
Kconfig.ipv4 net: dhcpv4: Accept unicast replies 2023-07-25 14:15:45 +02:00
Kconfig.ipv6 net: dhcpv6: Add Zephyr DHCPv6 client 2023-09-28 09:31:20 +02:00
Kconfig.mgmt kernel/timeout: introduce the timepoint API 2023-07-25 09:12:26 +02:00
Kconfig.stack
Kconfig.stats net: ip: stats: changed dependency for PPP stats 2023-09-15 15:13:06 -05:00
nbr.c
nbr.h
net_context.c random: Rename random header 2023-10-10 14:23:50 +03:00
net_core.c net: dhcpv6: Add Zephyr DHCPv6 client 2023-09-28 09:31:20 +02:00
net_if.c random: Rename random header 2023-10-10 14:23:50 +03:00
net_mgmt.c net: mgmt: Fix memory corruption in wait_on_iface 2023-09-07 09:44:06 +02:00
net_pkt.c net: ip: Add cloning of missing attributes 2023-09-21 13:36:20 +02:00
net_private.h net: icmp: Introduce new API to send ICMP messages 2023-09-28 09:34:20 +02:00
net_shell.c random: Rename random header 2023-10-10 14:23:50 +03: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: fix few mismatched CONTAINER_OF 2023-08-30 10:21:31 +02:00
route.h
tcp_internal.h random: Rename random header 2023-10-10 14:23:50 +03:00
tcp_private.h net: tcp: Implement TCP new Reno collision avoidance 2023-08-04 15:05:17 +02:00
tcp.c random: Rename random header 2023-10-10 14:23:50 +03:00
tcp.h
tp_priv.h
tp.c
tp.h
trickle.c random: Rename random header 2023-10-10 14:23:50 +03:00
udp_internal.h
udp.c
utils.c net: utils: fix offset used before range check 2023-06-16 05:46:05 -04:00