HomeSort by: relevance | last modified time | path
    Searched defs:newrdata (Results 1 - 5 of 5) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/
tkey.c 112 dns_rdata_t *newrdata = NULL; local
118 dns_message_gettemprdata(msg, &newrdata);
124 dns_rdata_fromregion(newrdata, rdata->rdclass, rdata->type, &newr);
131 newlist->rdclass = newrdata->rdclass;
132 newlist->type = newrdata->type;
134 ISC_LIST_APPEND(newlist->rdata, newrdata, link);
message.c 325 newrdata(dns_message_t *msg) { function
1372 rdata = newrdata(msg);
2574 *item = newrdata(msg);
  /src/external/mpl/dhcp/bind/dist/lib/dns/
tkey.c 165 dns_rdata_t *newrdata = NULL; local
171 RETERR(dns_message_gettemprdata(msg, &newrdata));
177 dns_rdata_fromregion(newrdata, rdata->rdclass, rdata->type, &newr);
184 newlist->rdclass = newrdata->rdclass;
185 newlist->type = newrdata->type;
187 ISC_LIST_APPEND(newlist->rdata, newrdata, link);
200 if (newrdata != NULL) {
201 if (ISC_LINK_LINKED(newrdata, link)) {
203 ISC_LIST_UNLINK(newlist->rdata, newrdata, link);
205 dns_message_puttemprdata(msg, &newrdata);
    [all...]
client.c 2466 dns_rdata_t rdata = DNS_RDATA_INIT, *newrdata; local
2497 newrdata = NULL;
2498 result = dns_message_gettemprdata(msg, &newrdata);
2507 dns_rdata_init(newrdata);
2508 dns_rdata_fromregion(newrdata, rdata.rdclass,
2510 newrdata->flags = rdata.flags;
2512 ISC_LIST_APPEND(rdatalist->rdata, newrdata, link);
message.c 289 newrdata(dns_message_t *msg) { function
1451 rdata = newrdata(msg);
2662 *item = newrdata(msg);

Completed in 38 milliseconds