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

/bind-9.6-ESV-R11/bin/named/
H A Dxfrout.c1441 dns_rdatalist_t *msgrdl = NULL; local
1550 msgrdl = NULL;
1607 result = dns_message_gettemprdatalist(msg, &msgrdl);
1610 msgrdl->type = rdata->type;
1611 msgrdl->rdclass = rdata->rdclass;
1612 msgrdl->ttl = ttl;
1615 msgrdl->covers = dns_rdata_covers(rdata);
1617 msgrdl->covers = dns_rdatatype_none;
1618 ISC_LINK_INIT(msgrdl, link);
1619 ISC_LIST_INIT(msgrdl
[all...]

Completed in 666 milliseconds