Home
last modified time | relevance | path

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

/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/
H A Dnstackx_dev.h62 NSTACKX_EXPORT int32_t BindToTargetDev(SocketDesc sockfd, const char *targetInterfaceName);
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_dev.c379 int32_t BindToTargetDev(SocketDesc sockfd, const char *targetInterfaceName) in BindToTargetDev() argument
398 if (strlen(buf[i].ifr_name) == strlen(targetInterfaceName) && in BindToTargetDev()
399 strcmp(buf[i].ifr_name, targetInterfaceName) == 0) { in BindToTargetDev()
/ohos5.0/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_dev.c386 int32_t BindToTargetDev(SocketDesc sockfd, const char *targetInterfaceName) in BindToTargetDev() argument
405 if (strlen(buf[i].ifr_name) == strlen(targetInterfaceName) && in BindToTargetDev()
406 strcmp(buf[i].ifr_name, targetInterfaceName) == 0) { in BindToTargetDev()