Home
last modified time | relevance | path

Searched refs:net_if_api (Results 1 – 11 of 11) sorted by relevance

/Zephyr-Core-3.6.0/include/zephyr/net/
Ddummy.h30 struct net_if_api iface_api;
Doffloaded_netdev.h56 struct net_if_api iface_api;
Dcanbus.h27 struct net_if_api iface_api;
Dvirtual.h77 struct net_if_api iface_api;
Dieee802154_radio.h1501 struct net_if_api iface_api;
Dppp.h45 struct net_if_api iface_api;
Dethernet.h478 struct net_if_api iface_api;
Dnet_if.h2807 struct net_if_api { struct
/Zephyr-Core-3.6.0/doc/connectivity/networking/api/
Dnet_l2.rst72 - The driver_api pointer must point to a valid :c:struct:`net_if_api`
120 which overloads :c:struct:`net_if_api`. This is because 802.15.4 L2 needs more from the device
137 from the :c:struct:`net_if_api` send function pointer. Zephyr's native
/Zephyr-Core-3.6.0/subsys/net/l2/bluetooth/
Dbluetooth.c314 static struct net_if_api bt_if_api = {
/Zephyr-Core-3.6.0/subsys/net/ip/
Dnet_if.c405 const struct net_if_api *api = net_if_get_device(iface)->api; in init_iface()