Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/netmanager_base/frameworks/cj/connection/src/
H A Dnet_connection_ffi.cpp191 bool SetLinkAddr(NetLinkInfo &linkInfo, CConnectionProperties &ret) in SetLinkAddr() function
269 if (!SetLinkAddr(linkInfo, ret) || !SetDns(linkInfo, ret) || !SetRoute(linkInfo, ret)) { in CJ_GetConnectionProperties()