Home
last modified time | relevance | path

Searched refs:NetDeviceInterFace (Results 1 – 10 of 10) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/include/net/
H A Dnet_device.h485 struct NetDeviceInterFace *netDeviceIf; /**< Network device interface */
497 struct NetDeviceInterFace { struct
/ohos5.0/docs/zh-cn/device-dev/porting/
H A Dporting-smallchip-driver-oom.md142 | NetDeviceInterFace | drivers\hdf_core\framework\include\wifi\net_device.h | 与协议栈之间的接口,如发送数据、设置网络接…
191 …r&nbsp;\*chipDriver,&nbsp;NetDevice&nbsp;\*netDev) | 初始化当前网络接口,这里需要向netDev提供接口NetDeviceInterFace |
H A Dstandard-system-porting-guide.md292 | NetDeviceInterFace | //drivers/hdf_core/framework/include/net/net_device.h | 与协议栈之间的接口,如发送数据、设置网络…
338 …r&nbsp;\*chipDriver,&nbsp;NetDevice&nbsp;\*netDev) | 初始化当前网络接口,这里需要向netDev提供接口NetDeviceInterFace |
/ohos5.0/drivers/hdf_core/adapter/khdf/linux/network/src/
H A Dnet_device_adapter.c54 struct NetDeviceInterFace *netDevIf = NULL; in NetDevXmit()
78 struct NetDeviceInterFace *netDevIf = NULL; in NetDevGetStats()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos_m/network/src/
H A Dnet_device_adapter.c127 struct NetDeviceInterFace *netDevIf = NULL; in LwipSend()
155 struct NetDeviceInterFace *netDevIf = NULL; in LwipSetHwaddr()
/ohos5.0/drivers/hdf_core/adapter/khdf/liteos/network/src/
H A Dnet_device_adapter.c150 struct NetDeviceInterFace *netDevIf = NULL; in LwipSend()
178 struct NetDeviceInterFace *netDevIf = NULL; in LwipSetHwaddr()
/ohos5.0/docs/en/device-dev/porting/
H A Dporting-smallchip-driver-oom.md142 | NetDeviceInterFace | drivers\hdf_core\framework\include\wifi\net_device.h | Communicates with the…
191 …&nbsp;\*netDev) | Initializes the current network interface. The **NetDeviceInterFace** needs to b…
H A Dstandard-system-porting-guide.md292 | NetDeviceInterFace | //drivers/hdf_core/framework/include/net/net_device.h | Communicates with th…
338 …evice \*netDev) | Initializes the current network interface. The **NetDeviceInterFace** needs to b…
/ohos5.0/docs/zh-cn/device-dev/driver/
H A Ddriver-peripherals-external-des.md453 /* 挂接netdev的一些函数指针,详细挂接函数请参考NetDeviceInterFace */
/ohos5.0/docs/en/device-dev/driver/
H A Ddriver-peripherals-external-des.md453 /* Hook function pointers of netdev. For details, see NetDeviceInterFace. */