Searched refs:REPLY_NONE (Results 1 - 3 of 3) sorted by relevance
/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_s_server.cpp | 417 int replyType = REPLY_NONE; in MessageProcess() 802 return REPLY_NONE; in Repending() 811 return REPLY_NONE; in Repending() 926 return REPLY_NONE; in ReplyCommontOption() 931 return REPLY_NONE; in ReplyCommontOption() 951 return REPLY_NONE; in DiscoverReplyLeaseMessage() 955 return REPLY_NONE; in DiscoverReplyLeaseMessage() 959 return REPLY_NONE; in DiscoverReplyLeaseMessage() 963 return REPLY_NONE; in DiscoverReplyLeaseMessage() 974 return REPLY_NONE; in DiscoverReplyLeaseMessage() [all...] |
/foundation/communication/dhcp/test/unittest/services/dhcp_server/unittest/ |
H A D | dhcp_s_server_test.cpp | 207 EXPECT_EQ(REPLY_NONE, GetHostNameOption(received, nullptr)); in HWTEST_F() 213 EXPECT_EQ(REPLY_NONE, ReplyCommontOption(&ctx, nullptr)); in HWTEST_F() 215 EXPECT_EQ(REPLY_NONE, ReplyCommontOption(nullptr, &reply)); in HWTEST_F() 222 EXPECT_EQ(REPLY_NONE, ParseDhcpOption(received, nullptr)); in HWTEST_F() 229 EXPECT_EQ(REPLY_NONE, GetUserClassOption(received, nullptr)); in HWTEST_F() 237 EXPECT_EQ(REPLY_NONE, GetRapidCommitOption(received, nullptr)); in HWTEST_F() 244 EXPECT_EQ(REPLY_NONE, GetOnlyIpv6Option(received, nullptr)); in HWTEST_F() 251 EXPECT_EQ(REPLY_NONE, GetPortalUrlOption(received, nullptr)); in HWTEST_F() 257 int replyType = REPLY_NONE; in HWTEST_F()
|
/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_message.h | 40 REPLY_NONE = 0, enumerator
|
Completed in 6 milliseconds