Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_message.h26 #define DHCP_MSG_HEADER_SIZE 234 macro
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp286 if (rsize > (int)sizeof(DhcpMessage) || rsize < DHCP_MSG_HEADER_SIZE) { in ReceiveDhcpMessage()
1692 if (msg->length < (DHCP_MSG_HEADER_SIZE + MAGIC_COOKIE_LENGTH)) { in ParseMessageOptions()
1697 end = (DhcpOption *)(((uint8_t *)msg->packet.options) + (msg->length - DHCP_MSG_HEADER_SIZE)); in ParseMessageOptions()
1756 reply->length = DHCP_MSG_HEADER_SIZE; in ValidateReplyOptions()

Completed in 4 milliseconds