Home
last modified time | relevance | path

Searched refs:LNN_NETIF_TYPE_ETH (Results 1 – 7 of 7) sorted by relevance

/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/network/
H A Dlnn_netlink_monitor.c106 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()
/ohos5.0/foundation/communication/dsoftbus/adapter/common/bus_center/driver/
H A Dlnn_hdf_driver_monitor.c54 LnnNetIfType type = LNN_NETIF_TYPE_ETH; in ProcessLwipEvent()
76 if (type == LNN_NETIF_TYPE_ETH || type == LNN_NETIF_TYPE_WLAN) { in ProcessLwipEvent()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/include/
H A Dlnn_network_manager.h37 #define LNN_NETIF_TYPE_ETH (0x1) macro
/ohos5.0/foundation/communication/dsoftbus/tests/core/bus_center/lnn/net_buscenter/
H A Dlnn_network_manager_test.cpp39 .type = LNN_NETIF_TYPE_ETH,
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/net_buscenter/src/
H A Dlnn_ip_network_impl.c743 .supportedNetif = LNN_NETIF_TYPE_ETH | LNN_NETIF_TYPE_WLAN,
H A Dlnn_network_manager.c814 case LNN_NETIF_TYPE_ETH: in LnnGetAddrTypeByIfName()
/ohos5.0/foundation/communication/dsoftbus/core/bus_center/lnn/lane_hub/lane_manager/src/
H A Dlnn_lane_link.c1514 …LnnLaneSelectProtocol(LNN_NETIF_TYPE_WLAN | LNN_NETIF_TYPE_ETH, reqInfo->peerNetworkId, acceptable… in LaneLinkOfWlan()