Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_client_state_machine.cpp1190 const char *pHostName = "hostname:"; in GetDHCPServerHostName() local
1191 if (strncpy_s(result->strOptVendor, DHCP_FILE_MAX_BYTES, pHostName, DHCP_FILE_MAX_BYTES - 1) != EOK) { in GetDHCPServerHostName()
1192 DHCP_LOGE("GetDHCPServerHostName() error, strncpy_s pHostName failed!"); in GetDHCPServerHostName()
1193 pHostName = NULL; in GetDHCPServerHostName()
1199 pSname, DHCP_FILE_MAX_BYTES - strlen(pHostName) - 1) != EOK) { in GetDHCPServerHostName()
1201 pHostName = NULL; in GetDHCPServerHostName()
1207 pHostName = NULL; in GetDHCPServerHostName()

Completed in 3 milliseconds