Home
last modified time | relevance | path

Searched defs:netDevice (Results 1 – 4 of 4) sorted by relevance

/drivers/framework/model/network/common/netdevice/
Dnet_device.c106 static struct NetDeviceImpl *GetImplByNetDevice(const struct NetDevice *netDevice) in GetImplByNetDevice()
124 struct net_device *GetLinuxInfByNetDevice(const struct NetDevice *netDevice) in GetLinuxInfByNetDevice()
149 NetDevice *netDevice = NULL; in NetDeviceInit() local
198 int32_t NetDeviceDeInit(struct NetDevice *netDevice) in NetDeviceDeInit()
217 int32_t NetDeviceAdd(struct NetDevice *netDevice) in NetDeviceAdd()
234 int32_t NetDeviceDelete(struct NetDevice *netDevice) in NetDeviceDelete()
286 bool NetDeviceIsInstRunning(const struct NetDevice *netDevice) in NetDeviceIsInstRunning()
327 int32_t NetIfSetAddr(const struct NetDevice *netDevice, const IpV4Addr *ipAddr, const IpV4Addr *net… in NetIfSetAddr()
338 static int32_t NetIfRxImpl(const struct NetDevice *netDevice, NetBuf *buff, ReceiveFlag flag) in NetIfRxImpl()
364 int32_t NetIfSetMacAddr(struct NetDevice *netDevice, const unsigned char *macAddr, unsigned char le… in NetIfSetMacAddr()
[all …]
Dnet_device_impl.h17 struct NetDevice *netDevice; member
/drivers/framework/model/network/wifi/core/components/eapol/
Deapol.c17 #define RETURN_IF_INPUT_VALID(netDevice, buff) do { \ argument
28 static int32_t EnableEapol(const struct NetDevice *netDevice, struct EapolEnable *buff) in EnableEapol()
40 static int32_t DisableEapol(const struct NetDevice *netDevice) in DisableEapol()
55 static int32_t GetEapol(const struct NetDevice *netDevice, struct EapolRx *buff) in GetEapol()
95 static int32_t SendEapol(struct NetDevice *netDevice, struct EapolTx *buff) in SendEapol()
175 static int32_t WriteEapolToQueue(const struct NetDevice *netDevice, NetBuf *buff) in WriteEapolToQueue()
208 int32_t CreateEapolData(struct NetDevice *netDevice) in CreateEapolData()
232 void DestroyEapolData(struct NetDevice *netDevice) in DestroyEapolData()
/drivers/framework/model/network/ethernet/src/
Deth_device.c37 struct NetDevice *netDevice = NULL; in CreateEthDevice() local