Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_socket.cpp289 int nCommonSize = sizeof(struct iphdr) + sizeof(struct udphdr); in CheckReadBytes() local
290 if (count < nCommonSize) { in CheckReadBytes()
291 DHCP_LOGE("CheckReadBytes() read size:%{public}d less than common size:%{public}d!", count, nCommonSize); in CheckReadBytes()
300 DHCP_LOGI("CheckReadBytes() count:%{public}d, tot:%{public}d, common:%{public}d.", count, totLen, nCommonSize); in CheckReadBytes()

Completed in 2 milliseconds