Home
last modified time | relevance | path

Searched refs:NetIfCategory (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/include/net/
H A Dnet_device.h249 } NetIfCategory; typedef
467NetIfCategory netifCateg; /**< Network interface category {@link NetIfCategory} */
535 struct NetDevice *NetDeviceInit(const char *ifName, uint32_t len, NetLinkType type, NetIfCategory i…
/ohos5.0/drivers/hdf_core/framework/model/network/common/netdevice/
H A Dnet_device.c60 static struct NetDeviceImpl *InitNetDeviceImpl(NetDevice *nd, NetIfCategory ifCategory) in InitNetDeviceImpl()
147 struct NetDevice *NetDeviceInit(const char *ifName, uint32_t len, NetLinkType type, NetIfCategory i… in NetDeviceInit()