Searched defs:apl_ent (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/lib/dns/
H A Dcatz.c1215 dns_rdata_apl_ent_t apl_ent; local
1251 result = dns_rdata_apl_current(&rdata_apl, &apl_ent);
1254 if (apl_ent.data != NULL && apl_ent.length > 0)
1255 memmove(buf, apl_ent.data, apl_ent.length);
1256 if (apl_ent.family == 1)
1258 else if (apl_ent.family == 2)
1262 if (apl_ent.negative)
1267 if ((apl_ent
[all...]

Completed in 16 milliseconds