Searched defs:netDevice (Results 1 – 4 of 4) sorted by relevance
149 NetDevice *netDevice = NULL; in NetDeviceInit() local198 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()457 void NetIfStartQueue(struct NetDevice *netDevice) in NetIfStartQueue()467 void NetIfDisableTx(struct NetDevice *netDevice) in NetIfDisableTx()487 void NetIfWakeQueue(struct NetDevice *netDevice) in NetIfWakeQueue()543 int32_t NetIfDhcpsStop(const struct NetDevice *netDevice) in NetIfDhcpsStop()553 int32_t NetIfDhcpStart(const struct NetDevice *netDevice) in NetIfDhcpStart()563 int32_t NetIfDhcpStop(const struct NetDevice *netDevice) in NetIfDhcpStop()[all …]
20 struct NetDevice *netDevice; member
17 #define RETURN_IF_INPUT_VALID(netDevice, buff) do { \ argument28 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()
41 struct NetDevice *netDevice = NULL; in CreateEthDevice() local