Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device_impl.h30 struct NetDeviceImplOp { struct
31 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);
42 int32_t (*dhcpsStop)(struct NetDeviceImpl *netDevice);
43 int32_t (*dhcpStart)(struct NetDeviceImpl *netDevice);
44 int32_t (*dhcpStop)(struct NetDeviceImpl *netDevice);
53 void (*start_queue)(struct NetDeviceImpl *impl);
54 void (*disable_tx)(struct NetDeviceImpl *impl);
[all …]