Searched refs:REPLY_NONE (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/src/ |
H A D | dhcp_s_server.cpp | 803 return REPLY_NONE; in Repending() 813 return REPLY_NONE; in Repending() 928 return REPLY_NONE; in ReplyCommontOption() 933 return REPLY_NONE; in ReplyCommontOption() 953 return REPLY_NONE; in DiscoverReplyLeaseMessage() 957 return REPLY_NONE; in DiscoverReplyLeaseMessage() 961 return REPLY_NONE; in DiscoverReplyLeaseMessage() 965 return REPLY_NONE; in DiscoverReplyLeaseMessage() 1213 return REPLY_NONE; in HasNobindgRequest() 1438 return REPLY_NONE; in OnReceivedDecline() [all …]
|
/ohos5.0/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)); 213 EXPECT_EQ(REPLY_NONE, ReplyCommontOption(&ctx, nullptr)); 215 EXPECT_EQ(REPLY_NONE, ReplyCommontOption(nullptr, &reply)); 222 EXPECT_EQ(REPLY_NONE, ParseDhcpOption(received, nullptr)); 229 EXPECT_EQ(REPLY_NONE, GetUserClassOption(received, nullptr)); 237 EXPECT_EQ(REPLY_NONE, GetRapidCommitOption(received, nullptr)); 244 EXPECT_EQ(REPLY_NONE, GetOnlyIpv6Option(received, nullptr)); 251 EXPECT_EQ(REPLY_NONE, GetPortalUrlOption(received, nullptr)); 257 int replyType = REPLY_NONE;
|
/ohos5.0/foundation/communication/dhcp/services/dhcp_server/include/ |
H A D | dhcp_message.h | 40 REPLY_NONE = 0, enumerator
|