Home
last modified time | relevance | path

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

/base/telephony/ril_adapter/services/vendor/src/
Dat_data.c310 char readBuf[MAX_CMD_LENGTH] = {0}; in GetLinkInformation() local
336 AddressFormat(addr, readBuf, MAX_CMD_LENGTH); in GetLinkInformation()
338 ret = strlen(readBuf); in GetLinkInformation()
339 NetMaskFormat(addr, &readBuf[ret], MAX_CMD_LENGTH - ret); in GetLinkInformation()
340 (*ppDcr)[activeIndex].address = strdup(readBuf); in GetLinkInformation()
342 AddressFormat(addr, readBuf, MAX_CMD_LENGTH); in GetLinkInformation()
343 (*ppDcr)[activeIndex].gateway = strdup(readBuf); in GetLinkInformation()
346 AddressFormat(addr, readBuf, MAX_CMD_LENGTH); in GetLinkInformation()
347 (*ppDcr)[activeIndex].dns = strdup(readBuf); in GetLinkInformation()