Home
last modified time | relevance | path

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

/ohos5.0/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 strLe… in MacChConToMacStr() argument
125 if ((pStrMac == NULL) || (strLen < (chLen * MAC_ADDR_CHAR_NUM))) { in MacChConToMacStr()
132 char *pDest = pStrMac; in MacChConToMacStr()
142 return pStrMac; in MacChConToMacStr()
/ohos5.0/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 strLe…