Searched refs:ifCategory (Results 1 – 2 of 2) sorted by relevance
60 static struct NetDeviceImpl *InitNetDeviceImpl(NetDevice *nd, NetIfCategory ifCategory) in InitNetDeviceImpl() argument147 …Device *NetDeviceInit(const char *ifName, uint32_t len, NetLinkType type, NetIfCategory ifCategory) in NetDeviceInit() argument168 netDevice->netifCateg = ifCategory; in NetDeviceInit()169 ndImpl = InitNetDeviceImpl(netDevice, ifCategory); in NetDeviceInit()
535 …evice *NetDeviceInit(const char *ifName, uint32_t len, NetLinkType type, NetIfCategory ifCategory);