Home
last modified time | relevance | path

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

/drivers/hdf_core/framework/model/network/common/netdevice/
Dnet_device.c60 static struct NetDeviceImpl *InitNetDeviceImpl(NetDevice *nd, NetIfCategory ifCategory) in InitNetDeviceImpl() argument
147 …Device *NetDeviceInit(const char *ifName, uint32_t len, NetLinkType type, NetIfCategory ifCategory) in NetDeviceInit() argument
168 netDevice->netifCateg = ifCategory; in NetDeviceInit()
169 ndImpl = InitNetDeviceImpl(netDevice, ifCategory); in NetDeviceInit()
/drivers/hdf_core/framework/include/net/
Dnet_device.h535 …evice *NetDeviceInit(const char *ifName, uint32_t len, NetLinkType type, NetIfCategory ifCategory);