Zephyr API Documentation  2.7.0-rc2
A Scalable Open Source RTOS
dummy_api Struct Reference

#include <dummy.h>

Data Fields

struct net_if_api iface_api
 
int(* send )(const struct device *dev, struct net_pkt *pkt)
 

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: