Searched refs:net_if_api (Results 1 – 11 of 11) sorted by relevance
33 struct net_if_api iface_api;
38 struct net_if_api iface_api;
58 struct net_if_api iface_api;
31 struct net_if_api iface_api;
95 struct net_if_api iface_api;
1523 struct net_if_api iface_api;
51 struct net_if_api iface_api;
539 struct net_if_api iface_api;
3222 struct net_if_api { struct
71 - The driver_api pointer must point to a valid :c:struct:`net_if_api`119 which overloads :c:struct:`net_if_api`. This is because 802.15.4 L2 needs more from the device136 from the :c:struct:`net_if_api` send function pointer. Zephyr's native
418 const struct net_if_api *api = net_if_get_device(iface)->api; in init_iface()