Lines Matching defs:TestCase
529 struct TestCase in TestIp6Prefix() struct
531 Ip6::Prefix mPrefixA; in TestIp6Prefix()
532 Ip6::Prefix mPrefixB; in TestIp6Prefix()
801 struct TestCase in TestIp4Ip6Translation() struct
803 const char *mPrefix; // NAT64 prefix in TestIp4Ip6Translation()
804 uint8_t mLength; // Prefix length in bits in TestIp4Ip6Translation()
805 const char *mIp6Address; // Expected IPv6 address (with embedded IPv4 "192.0.2.33"). in TestIp4Ip6Translation()
867 struct TestCase in TestIp4Cidr() struct
869 const char *mNetwork; in TestIp4Cidr()
870 const uint8_t mLength; in TestIp4Cidr()
871 const uint32_t mHost; in TestIp4Cidr()
872 const char *mOutcome; in TestIp4Cidr()