Searched refs:dhcpPackLen (Results 1 - 1 of 1) sorted by relevance
/foundation/communication/dhcp/services/dhcp_client/src/ |
H A D | dhcp_socket.cpp | 213 int dhcpPackLen = sizeof(struct DhcpPacket) - sizeof(udpPackets.data.options) + optionLen; in SendToDhcpPacket() local 216 udpPackets.udp.len = htons(sizeof(udpPackets.udp) + dhcpPackLen); in SendToDhcpPacket() 236 "dhcpPackLen:%{public}d fd:%{public}d failed, sendto error:%{public}d.", in SendToDhcpPacket() 237 optionLen, sendLen, dhcpPackLen, nFd, errno); in SendToDhcpPacket() 240 "dhcpPackLen:%{public}d fd:%{public}d, index:%{public}d, bytes:%{public}d.", in SendToDhcpPacket() 241 optionLen, sendLen, dhcpPackLen, nFd, destIndex, static_cast<int>(nBytes)); in SendToDhcpPacket()
|
Completed in 2 milliseconds