Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_client/src/
H A Ddhcp_socket.cpp204 struct UdpDhcpPacket udpPackets; in SendToDhcpPacket() local
205 if (memset_s(&udpPackets, sizeof(udpPackets), 0, sizeof(udpPackets)) != EOK) { in SendToDhcpPacket()
207 DHCP_LOGE("SendToDhcpPacket memset_s udpPackets fail."); in SendToDhcpPacket()
212 int sendLen = sizeof(udpPackets) - sizeof(udpPackets.data.options) + optionLen; in SendToDhcpPacket()
213 int dhcpPackLen = sizeof(struct DhcpPacket) - sizeof(udpPackets.data.options) + optionLen; in SendToDhcpPacket()
214 udpPackets.udp.source = htons(BOOTP_CLIENT); in SendToDhcpPacket()
215 udpPackets in SendToDhcpPacket()
403 struct UdpDhcpPacket udpPackets; GetDhcpRawPacket() local
[all...]

Completed in 1 milliseconds