zephyr/subsys/net/lib
Robert Lubos 19722aa8e8 net: dhcpv4: Move DHCPv4 files to lib directory
As discussed during DHCPv4 server integration, group DHCPv4 client files
with DHCPv4 server in a single lib directory.

Renamed internal "dhcpv4.h" header to "dhcpv4_internal.h" so that it's
not confused with the public "dhcpv4.h" header.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2024-01-29 13:47:05 +01:00
..
capture includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
coap net: coap: Add API to count number of pending requests 2023-12-20 11:57:48 +00:00
config net: l2: ieee802154: security config 2023-09-29 16:27:31 +02:00
dhcpv4 net: dhcpv4: Move DHCPv4 files to lib directory 2024-01-29 13:47:05 +01:00
dns net: lib: mdns_responder: Fix interface count check 2024-01-03 10:19:38 +01:00
http net: http: define http service and resource iterable sections 2023-03-08 13:57:13 +00:00
lwm2m net: lwm2m: Use CID_SUPPORTED instead of CID_ENABLED 2024-01-26 12:00:51 -06:00
mqtt net: mqtt: close tcp socket after websocket_disconnect 2023-06-19 09:18:45 +01:00
mqtt_sn net: mqtt-sn: Remember incoming registered topic name 2023-11-22 09:53:33 +01:00
shell net: shell: Clarify the name of the virtual interface 2024-01-29 10:58:33 +00:00
sntp net: sntp: Add option for SNTP uncertainty 2023-12-08 10:25:46 +00:00
sockets net: socket_services: Increase default stack size for DHCPv4 server 2024-01-19 10:15:23 +00:00
socks includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
tftp net: tftp: Ensure the error message fits into transmit buffer 2023-11-20 09:24:18 +01:00
tls_credentials tf-m: Change NS include path for TF-M 2.0.0 2024-01-17 16:52:52 +01:00
trickle net: Move trickle files to lib 2023-12-11 10:50:35 +01:00
utils net: sntp: support building without NET_SOCKETS_POSIX_NAMES 2023-04-24 09:23:17 -04:00
websocket random: Rename random header 2023-10-10 14:23:50 +03:00
zperf net: zperf: fix the calculation ratio between mbps, kbps and bps 2024-01-29 10:05:35 +01:00
CMakeLists.txt net: dhcpv4: Move DHCPv4 files to lib directory 2024-01-29 13:47:05 +01:00
Kconfig net: dhcpv4: Implement DHCPv4 server 2024-01-19 10:15:23 +00:00