Searched defs:NetDeviceImplOp (Results 1 – 1 of 1) sorted by relevance
30 struct NetDeviceImplOp { struct31 int32_t (*init)(struct NetDeviceImpl *netDevice);32 int32_t (*deInit)(struct NetDeviceImpl *netDevice);33 int32_t (*add)(struct NetDeviceImpl *netDevice);34 int32_t (*delete)(struct NetDeviceImpl *netDevice);35 int32_t (*setStatus)(struct NetDeviceImpl *netDevice, NetIfStatus status);36 int32_t (*setLinkStatus)(struct NetDeviceImpl *netDevice, NetIfLinkStatus status);37 int32_t (*getLinkStatus)(struct NetDeviceImpl *netDevice, NetIfLinkStatus *status);38 int32_t (*receive)(struct NetDeviceImpl *netDevice, NetBuf *buff, ReceiveFlag flag);39 …32_t (*setIpAddr)(struct NetDeviceImpl *netDevice, const IpV4Addr *ipAddr, const IpV4Addr *netMask,[all …]