zephyr/tests/net
Paul Sokolovsky c89a06dbc1 net: config: Introduce a dedicated header for the library
Split out definition of net_app_init() and its parameter flags from
net_app.h header to new net_config.h header. As we do this, rename
the function to net_config_init() and flags to NET_CONFIG_NEED_*.
This is a second step in splitting out network configuration API
out of net_app API, started in the c60df1311 commit.

Signed-off-by: Paul Sokolovsky <paul.sokolovsky@linaro.org>
2018-07-02 12:36:35 +03:00
..
6lo tests: classify net tests and cleanup 2018-04-09 22:55:20 -04:00
all net: gptp: Initial core IEEE 802.1AS support 2018-06-28 16:50:50 +03:00
app net: config: Introduce a dedicated header for the library 2018-07-02 12:36:35 +03:00
arp net/arp: No need to expose publicly arp header 2018-06-29 12:57:45 +03:00
buf tests: cleanup meta-data of various tests 2018-04-09 22:55:20 -04:00
checksum_offload tests: net: Fix tests so they can be run in real hw 2018-06-05 10:30:30 -04:00
context tests: net: style, tag, and category fixes 2018-04-25 14:18:15 +05:30
dhcpv4 tests: net: style, tag, and category fixes 2018-04-25 14:18:15 +05:30
ethernet_mgmt tests: Remove newline character 2018-05-23 12:59:12 -04:00
icmpv6 tests: net: Increase the stack size of frdm-k64f 2018-06-05 10:30:30 -04:00
ieee802154 tests/net: Fix L2 directory lookup for header inclusion 2018-06-29 10:32:27 -05:00
iface tests: classify net tests and cleanup 2018-04-09 22:55:20 -04:00
ip-addr tests: Remove newline character 2018-05-23 12:59:12 -04:00
ipv6 tests: net: Fix assignments to CONFIG_NET_DEBUG_6LO 2018-05-29 16:20:35 -04:00
ipv6_fragment tests : ipv6_fragment : Avoid NULL pointer access 2018-05-05 00:39:48 -04:00
lib tests: Cleanup converting int result to string 2018-06-29 11:53:59 -05:00
mgmt tests: net: mgmt: Do not allocate link address from stack 2018-05-14 14:54:07 +03:00
mld net/ipv6: Properly separate what belongs to ipv6 from the rest 2018-07-02 12:34:12 +03:00
neighbor tests: Remove newline character 2018-05-23 12:59:12 -04:00
net_pkt tests: net: style, tag, and category fixes 2018-04-25 14:18:15 +05:30
ptp/clock tests: net: ptp: Add ptp clock driver tests 2018-06-26 12:37:28 +03:00
route tests: net: style, tag, and category fixes 2018-04-25 14:18:15 +05:30
rpl tests: net: style, tag, and category fixes 2018-04-25 14:18:15 +05:30
socket tests: net: style, tag, and category fixes 2018-04-25 14:18:15 +05:30
tcp net: tcp: expose some TCP helper functions 2018-05-15 18:07:47 +03:00
traffic_class tests: Remove newline character 2018-05-23 12:59:12 -04:00
trickle tests: net: trickle: Fix running on frdm-k64f 2018-06-05 10:30:30 -04:00
tx_timestamp tests: net: Add unit test for network pkt timestamping 2018-06-22 12:31:32 -04:00
udp tests: enhance test meta-data/improve test naming 2018-05-07 12:27:07 -04:00
utils tests: net: Increase the stack size of frdm-k64f 2018-06-05 10:30:30 -04:00
vlan tests: net: Fix tests so they can be run in real hw 2018-06-05 10:30:30 -04:00
websocket cmake: Remove duplicate invocations of target_link_libraries on app 2018-06-26 15:53:32 +02:00