mx 66 source4/heimdal/lib/roken/resolve.c DECL(mx), mx 200 source4/heimdal/lib/roken/resolve.c rr->u.mx = (struct mx_record*)malloc(sizeof(struct mx_record) + mx 202 source4/heimdal/lib/roken/resolve.c if(rr->u.mx == NULL) { mx 206 source4/heimdal/lib/roken/resolve.c rr->u.mx->preference = (p[0] << 8) | p[1]; mx 207 source4/heimdal/lib/roken/resolve.c strlcpy(rr->u.mx->domain, host, hostlen + 1); mx 246 source4/heimdal/lib/roken/resolve.h struct mx_record *mx;