zephyr/samples/net
Erwan Gouriou 66d4c64966 all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences
Clean up occurrences of "#if IS_ENABLED(CONFIG_FOO)" an replace
with classical "#if defined(CONFIG_FOO)".

Signed-off-by: Erwan Gouriou <erwan.gouriou@linaro.org>
2022-12-21 10:09:23 +01:00
..
capture includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
cloud all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
common
dhcpv4_client includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
dns_resolve includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
dsa includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
eth_native_posix tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
gptp tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
gsm_modem includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
ipv4_autoconf tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
lldp tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
lwm2m_client tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
mdns_responder tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
mqtt_publisher all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
mqtt_sn_publisher tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
openthread/coprocessor tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
promiscuous_mode includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
sockets all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
stats includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
syslog_net all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
telnet includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
virtual includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
vlan includes: prefer <zephyr/kernel.h> over <zephyr/zephyr.h> 2022-09-05 16:31:47 +02:00
wifi tests/samples: use integration_plaforms in more tests/samples 2022-11-29 16:03:23 +01:00
wpan_serial all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
wpanusb all: Fix "#if IS_ENABLED(CONFIG_FOO)" occurrences 2022-12-21 10:09:23 +01:00
zperf net: zperf: Fix SO_RCVTIMEO dependency 2022-12-15 17:14:26 +01:00
net.rst