Searched refs:GetDhcpOptionDataLen (Results 1 – 3 of 3) sorted by relevance
47 EXPECT_GT(GetDhcpOptionDataLen(DHCP_MESSAGE_TYPE_OPTION), 0);52 EXPECT_EQ(GetDhcpOptionDataLen(PAD_OPTION), 0);53 EXPECT_EQ(GetDhcpOptionDataLen(CLIENT_IDENTIFIER_OPTION), 0);54 EXPECT_EQ(GetDhcpOptionDataLen(DOMAIN_NAME_SERVER_OPTION), 0);55 EXPECT_EQ(GetDhcpOptionDataLen(DOMAIN_NAME_OPTION), 0);
28 uint8_t GetDhcpOptionDataLen(const uint8_t code);
118 uint8_t GetDhcpOptionDataLen(const uint8_t code) in GetDhcpOptionDataLen() function351 uint8_t uLen = GetDhcpOptionDataLen(code); in AddOptValueToOpts()