Searched refs:LNN_NETIF_TYPE_ETH (Results 1 – 7 of 7) sorted by relevance
106 LnnNetIfType type = LNN_NETIF_TYPE_ETH; in ProcessAddrEvent()118 if (type == LNN_NETIF_TYPE_ETH || type == LNN_NETIF_TYPE_WLAN) { in ProcessAddrEvent()130 LnnNetIfType type = LNN_NETIF_TYPE_ETH; in ProcessLinkEvent()144 if (type == LNN_NETIF_TYPE_ETH || type == LNN_NETIF_TYPE_WLAN) { in ProcessLinkEvent()
54 LnnNetIfType type = LNN_NETIF_TYPE_ETH; in ProcessLwipEvent()76 if (type == LNN_NETIF_TYPE_ETH || type == LNN_NETIF_TYPE_WLAN) { in ProcessLwipEvent()
37 #define LNN_NETIF_TYPE_ETH (0x1) macro
39 .type = LNN_NETIF_TYPE_ETH,
743 .supportedNetif = LNN_NETIF_TYPE_ETH | LNN_NETIF_TYPE_WLAN,
814 case LNN_NETIF_TYPE_ETH: in LnnGetAddrTypeByIfName()
1514 …LnnLaneSelectProtocol(LNN_NETIF_TYPE_WLAN | LNN_NETIF_TYPE_ETH, reqInfo->peerNetworkId, acceptable… in LaneLinkOfWlan()