Searched defs:netifMgr (Results 1 – 6 of 6) sorted by relevance
149 LnnNetIfMgr netifMgr = { variable
38 LnnNetIfMgr netifMgr; variable
94 int32_t LnnEnableBtProtocol(LnnProtocolManager *self, LnnNetIfMgr *netifMgr) in LnnEnableBtProtocol()
331 int32_t LnnEnableBtProtocol(struct LnnProtocolManager *self, LnnNetIfMgr *netifMgr) in LnnEnableBtProtocol()
695 int32_t LnnEnableIpProtocol(struct LnnProtocolManager *self, LnnNetIfMgr *netifMgr) in LnnEnableIpProtocol()
145 LnnNetIfMgr *netifMgr = g_netifBuilders[type](ifName); in NetifMgrFactory() local