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

  /src/external/mpl/bind/dist/lib/dns/
catz.c 1567 dns_rdata_apl_ent_t apl_ent; local
1600 result = dns_rdata_apl_current(&rdata_apl, &apl_ent);
1603 if (apl_ent.data != NULL && apl_ent.length > 0) {
1604 memmove(buf, apl_ent.data, apl_ent.length);
1606 if (apl_ent.family == 1) {
1608 } else if (apl_ent.family == 2) {
1613 if (apl_ent.negative) {
1619 if ((apl_ent.family == 1 && apl_ent.prefix < 32) |
    [all...]
  /src/external/mpl/dhcp/bind/dist/lib/dns/
catz.c 1245 dns_rdata_apl_ent_t apl_ent; local
1281 result = dns_rdata_apl_current(&rdata_apl, &apl_ent);
1284 if (apl_ent.data != NULL && apl_ent.length > 0) {
1285 memmove(buf, apl_ent.data, apl_ent.length);
1287 if (apl_ent.family == 1) {
1289 } else if (apl_ent.family == 2) {
1294 if (apl_ent.negative) {
1300 if ((apl_ent.family == 1 && apl_ent.prefix < 32) |
    [all...]

Completed in 19 milliseconds