Searched defs:mx (Results 1 - 4 of 4) sorted by relevance
/bind-9.11.3/lib/dns/rdata/generic/ |
H A D | mx_15.h | 19 dns_name_t mx; member in struct:dns_rdata_mx
|
H A D | mx_15.c | 192 dns_rdata_mx_t *mx = source; local 197 REQUIRE(mx->common.rdtype == type); 198 REQUIRE(mx->common.rdclass == rdclass); 203 RETERR(uint16_tobuffer(mx->pref, target)); 204 dns_name_toregion(&mx->mx, ®ion); 211 dns_rdata_mx_t *mx = target; local 218 mx->common.rdclass = rdata->rdclass; 219 mx->common.rdtype = rdata->type; 220 ISC_LINK_INIT(&mx 235 dns_rdata_mx_t *mx = source; local [all...] |
/bind-9.11.3/bin/named/ |
H A D | update.c | 1689 * This implements the post load integrity checks for mx records. 1702 dns_rdata_mx_t mx; local 1723 result = dns_rdata_tostruct(&t->rdata, &mx, NULL); 1729 dns_name_format(&mx.mx, namebuf, sizeof(namebuf)); 1759 result = dns_db_find(db, &mx.mx, newver, dns_rdatatype_a, 1765 result = dns_db_find(db, &mx.mx, newver,
|
/bind-9.11.3/lib/dns/ |
H A D | zone.c | 3017 dns_rdata_mx_t mx; local 3098 result = dns_rdata_tostruct(&rdata, &mx, NULL); 3100 if (!zone_check_mx(zone, db, &mx.mx, name))
|
Completed in 63 milliseconds