Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp1184 char *pSname = NULL; in GetDHCPServerHostName() local
1186 DHCP_LOGW("GetDHCPServerHostName() recv DHCP_ACK sname, pSname is NULL!"); in GetDHCPServerHostName()
1188 pSname = (char*)p; in GetDHCPServerHostName()
1189 DHCP_LOGI("GetDHCPServerHostName() recv DHCP_ACK sname, original pSname is %{public}s.", pSname); in GetDHCPServerHostName()
1199 pSname, DHCP_FILE_MAX_BYTES - strlen(pHostName) - 1) != EOK) { in GetDHCPServerHostName()
1200 DHCP_LOGE("GetDHCPServerHostName() error, strncat_s pSname failed!"); in GetDHCPServerHostName()
1204 DHCP_LOGI("GetDHCPServerHostName() recv DHCP_ACK sname, add pSname, \ in GetDHCPServerHostName()

Completed in 4 milliseconds