Home
last modified time | relevance | path

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

/foundation/communication/dhcp/services/dhcp_server/include/
H A Ddhcp_s_server.h49 int ReplyCommontOption(PDhcpServerContext ctx, PDhcpMsgInfo reply);
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/
H A Ddhcp_s_server_test.cpp213 EXPECT_EQ(REPLY_NONE, ReplyCommontOption(&ctx, nullptr)); in HWTEST_F()
215 EXPECT_EQ(REPLY_NONE, ReplyCommontOption(nullptr, &reply)); in HWTEST_F()
/foundation/communication/dhcp/services/dhcp_server/src/
H A Ddhcp_s_server.cpp922 int ReplyCommontOption(PDhcpServerContext ctx, PDhcpMsgInfo reply) in ReplyCommontOption() function
978 ReplyCommontOption(ctx, reply); in DiscoverReplyLeaseMessage()
1393 ReplyCommontOption(ctx, reply); in OnReceivedRequest()

Completed in 4 milliseconds