Home
last modified time | relevance | path

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

/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_option_test.cpp89 EXPECT_EQ(RET_SUCCESS, PushFrontOption(&options, &optRouter)); in HWTEST_F()
92 EXPECT_EQ(RET_ERROR, PushFrontOption(NULL, &optMsgType)); in HWTEST_F()
93 EXPECT_EQ(RET_ERROR, PushFrontOption(&options, NULL)); in HWTEST_F()
94 EXPECT_EQ(RET_SUCCESS, PushFrontOption(&options, &optMsgType)); in HWTEST_F()
103 EXPECT_EQ(RET_SUCCESS, PushFrontOption(&options, &optRouter)); in HWTEST_F()
105 EXPECT_EQ(RET_SUCCESS, PushFrontOption(&options, &optMsgType)); in HWTEST_F()
117 EXPECT_EQ(RET_SUCCESS, PushFrontOption(&options, &optRouter)); in HWTEST_F()
119 EXPECT_EQ(RET_SUCCESS, PushFrontOption(&options, &optMsgType)); in HWTEST_F()
132 EXPECT_EQ(RET_SUCCESS, PushFrontOption(&options, &optRouter)); in HWTEST_F()
H A Ddhcp_message_sim.cpp276 PushFrontOption(&msg->options, &optReqIp); in InitMessage()
280 PushFrontOption(&msg->options, &optMsgType); in InitMessage()
/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_option.h56 int PushFrontOption(PDhcpOptionList pOptions, PDhcpOption option);
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_option.cpp112 int PushFrontOption(PDhcpOptionList pOptions, PDhcpOption pOption) in PushFrontOption() function
H A Ddhcp_s_server.cpp1558 PushFrontOption(&reply->options, &optMsgType); in AppendReplyTypeOption()

Completed in 5 milliseconds