Searched refs:net_if_api (Results 1 – 11 of 11) sorted by relevance
30 struct net_if_api iface_api;
56 struct net_if_api iface_api;
27 struct net_if_api iface_api;
77 struct net_if_api iface_api;
1501 struct net_if_api iface_api;
45 struct net_if_api iface_api;
478 struct net_if_api iface_api;
2807 struct net_if_api { struct
72 - 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 device137 from the :c:struct:`net_if_api` send function pointer. Zephyr's native
314 static struct net_if_api bt_if_api = {
405 const struct net_if_api *api = net_if_get_device(iface)->api; in init_iface()