Home
last modified time | relevance | path

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

/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_message_sim.cpp182 int replyOptsLength = 0; in ParseDhcpOptions() local
189 replyOptsLength += olen; in ParseDhcpOptions()
204 replyOptsLength += olen; in ParseDhcpOptions()
209 if (replyOptsLength >= DHCP_OPTIONS_SIZE) { in ParseDhcpOptions()
215 msg->length += replyOptsLength; in ParseDhcpOptions()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp1778 int replyOptsLength = 0; in ParseReplyOptions() local
1786 replyOptsLength += olen; in ParseReplyOptions()
1803 replyOptsLength += olen; in ParseReplyOptions()
1808 if (replyOptsLength >= DHCP_OPTIONS_SIZE) { in ParseReplyOptions()
1814 reply->length += replyOptsLength; in ParseReplyOptions()

Completed in 4 milliseconds