Home
last modified time | relevance | path

Searched refs:DHCP_OPTIONS_SIZE (Results 1 – 5 of 5) sorted by relevance

/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_define.h46 #define DHCP_OPTIONS_SIZE 312 macro
H A Ddhcp_message.h64 uint8_t options[DHCP_OPTIONS_SIZE];
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_client/
H A Ddhcp_options_test.cpp357 …option[DHCP_OPT_LEN_INDEX] = (uint8_t)(DHCP_OPTIONS_SIZE - DHCP_OPT_CODE_BYTES - DHCP_OPT_LEN_BYTE…
358 EXPECT_EQ(AddOptStrToOpts(pOption, option, DHCP_OPTIONS_SIZE), 0);
/ohos5.0/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_message_sim.cpp209 if (replyOptsLength >= DHCP_OPTIONS_SIZE) { in ParseDhcpOptions()
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp1770 if (memset_s(reply->packet.options, DHCP_OPTIONS_SIZE, 0, DHCP_OPTIONS_SIZE) != EOK) { in ResetMessageOptions()
1839 if (replyOptsLength >= DHCP_OPTIONS_SIZE) { in ParseReplyOptions()