Home
last modified time | relevance | path

Searched refs:net_l2 (Results 1 – 13 of 13) sorted by relevance

/Zephyr-latest/include/zephyr/net/
Dconn_mgr_monitor.h31 struct net_l2;
83 void conn_mgr_ignore_l2(const struct net_l2 *l2);
92 void conn_mgr_watch_l2(const struct net_l2 *l2);
Dnet_l2.h58 struct net_l2 { struct
95 extern const struct net_l2 NET_L2_GET_NAME(_name) argument
133 const STRUCT_SECTION_ITERABLE(net_l2, \
Dnet_if.h651 const struct net_l2 * const l2;
922 static inline const struct net_l2 *net_if_l2(struct net_if *iface) in net_if_l2()
1369 struct net_if *net_if_get_first_by_type(const struct net_l2 *l2);
/Zephyr-latest/doc/connectivity/networking/api/
Dsystem_mgmt.rst15 net_l2.rst
Dnet_l2.rst20 :zephyr_file:`include/zephyr/net/net_l2.h` as :c:struct:`net_l2`.
189 .. doxygengroup:: net_l2
/Zephyr-latest/subsys/net/conn_mgr/
Dconn_mgr_monitor.c363 static bool iface_uses_l2(struct net_if *iface, const struct net_l2 *l2) in iface_uses_l2()
369 void conn_mgr_ignore_l2(const struct net_l2 *l2) in conn_mgr_ignore_l2()
385 void conn_mgr_watch_l2(const struct net_l2 *l2) in conn_mgr_watch_l2()
/Zephyr-latest/boards/segger/ip_k66f/
Dlinker.ld44 ITERABLE_SECTION_RAM(net_l2, 4) \
/Zephyr-latest/samples/net/lldp/
DREADME.rst3 :relevant-api: lldp net_l2
/Zephyr-latest/samples/net/vlan/
DREADME.rst3 :relevant-api: vlan_api net_l2 net_if
/Zephyr-latest/include/zephyr/linker/
Dcommon-ram.ld10 ITERABLE_SECTION_RAM(net_l2, Z_LINK_ITERABLE_SUBALIGN) \
/Zephyr-latest/cmake/linker_script/common/
Dcommon-ram.cmake56 …zephyr_iterable_section(NAME net_l2 GROUP DATA_REGION ${XIP_ALIGN_WITH_INPUT} SUBALIGN ${CONFI…
/Zephyr-latest/tests/subsys/modem/modem_ppp/src/
Dmain.c95 static struct net_l2 test_net_l2 = {
/Zephyr-latest/subsys/net/ip/
Dnet_if.c454 const struct net_l2 *l2; in net_if_send_data()
644 struct net_if *net_if_get_first_by_type(const struct net_l2 *l2) in net_if_get_first_by_type()