Home
last modified time | relevance | path

Searched refs:ethNameLen (Results 1 - 2 of 2) sorted by relevance

/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/liteos/
H A Dsys_dev.c95 uint32_t ethNameLen = (uint32_t)strlen(ETH_DEV_NAME_PRE); in GetConnectionTypeByDev() local
108 if (ifrNameLen < ethNameLen && ifrNameLen < wlanNameLen) { in GetConnectionTypeByDev()
204 uint32_t ethNameLen = (uint32_t)strlen(ETH_DEV_NAME_PRE); in BindToDevice() local
214 if (strlen(buf[i].ifr_name) < ethNameLen && strlen(buf[i].ifr_name) < wlanNameLen) { in BindToDevice()
232 if (memcmp(buf[i].ifr_name, ETH_DEV_NAME_PRE, ethNameLen) == 0) { in BindToDevice()
/foundation/communication/dsoftbus/components/nstackx/nstackx_util/platform/unix/
H A Dsys_dev.c95 uint32_t ethNameLen = (uint32_t)strlen(ETH_DEV_NAME_PRE); in GetConnectionTypeByDev() local
108 if (ifrNameLen < ethNameLen && ifrNameLen < wlanNameLen) { in GetConnectionTypeByDev()
206 uint32_t ethNameLen = (uint32_t)strlen(ETH_DEV_NAME_PRE); in BindToDevice() local
218 if (strlen(buf[i].ifr_name) < ethNameLen && strlen(buf[i].ifr_name) < wlanNameLen) { in BindToDevice()
238 if (memcmp(buf[i].ifr_name, ETH_DEV_NAME_PRE, ethNameLen) == 0) { in BindToDevice()

Completed in 2 milliseconds