Zephyr API Documentation  3.5.0
A Scalable Open Source RTOS
3.5.0
All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages

#include <dummy.h>

Data Fields

struct net_if_api iface_api
 The net_if_api must be placed in first position in this struct so that we are compatible with network interface API.
 
int(* send )(const struct device *dev, struct net_pkt *pkt)
 Send a network packet.
 

Field Documentation

◆ iface_api

struct net_if_api dummy_api::iface_api

The net_if_api must be placed in first position in this struct so that we are compatible with network interface API.

◆ send

int(* dummy_api::send) (const struct device *dev, struct net_pkt *pkt)

Send a network packet.


The documentation for this struct was generated from the following file: