Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/include/
H A Ddhcp_function.h29 const char *MacChConToMacStr(const unsigned char *pChMac, size_t chLen, char *pStrMac, size_t strLen);
/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_function.cpp118 const char *MacChConToMacStr(const unsigned char *pChMac, size_t chLen, char *pStrMac, size_t strLen) in MacChConToMacStr() argument
120 if ((pChMac == NULL) || (chLen == 0)) { in MacChConToMacStr()
121 DHCP_LOGE("MacChConToMacStr failed, pChMac == NULL or chLen == 0!"); in MacChConToMacStr()
125 if ((pStrMac == NULL) || (strLen < (chLen * MAC_ADDR_CHAR_NUM))) { in MacChConToMacStr()
131 const unsigned char *pSrcEnd = pSrc + chLen; in MacChConToMacStr()

Completed in 2 milliseconds