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

/fuchsia/zircon/system/ulib/mdns/
H A Dmdns-test.cpp191 uint16_t other_type = RR_TYPE_A; local
196 retval = mdns_add_answer(&t.message, other_name, other_type, other_clazz,
205 EXPECT_TRUE(verify_rr(t.message.answers->next, other_name, other_type,
273 uint16_t other_type = RR_TYPE_A; local
278 retval = mdns_add_authority(&t.message, other_name, other_type, other_clazz,
287 EXPECT_TRUE(verify_rr(t.message.authorities->next, other_name, other_type,
355 uint16_t other_type = RR_TYPE_A; local
360 retval = mdns_add_additional(&t.message, other_name, other_type, other_clazz,
369 EXPECT_TRUE(verify_rr(t.message.additionals->next, other_name, other_type,

Completed in 21 milliseconds