Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_util.h60 NSTACKX_EXPORT int32_t GetTargetInterface(const struct sockaddr_in *dstAddr, struct ifreq *localDev…
H A Dsys_dev.c322 int32_t GetTargetInterface(const struct sockaddr_in *dstAddr, struct ifreq *localDev) in GetTargetInterface() function
375 if (GetTargetInterface(sockAddr, &localInterface) != NSTACKX_EOK) { in BindToDevInTheSameLan()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_util.h83 NSTACKX_EXPORT int32_t GetTargetInterface(const struct sockaddr_in *dstAddr, struct ifreq *localDev…
H A Dsys_dev.c315 int32_t GetTargetInterface(const struct sockaddr_in *dstAddr, struct ifreq *localDev) in GetTargetInterface() function
368 if (GetTargetInterface(sockAddr, &localInterface) != NSTACKX_EOK) { in BindToDevInTheSameLan()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_ctrl/core/
H A Dnstackx_device_local.c739 if (GetTargetInterface(&addr, &req) != NSTACKX_EOK) { in LocalIfaceGetCoapCtxByRemoteIp()