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

/external/smack/src/org/xbill/DNS/
H A DPXRecord.java18 private Name map822; field in class:PXRecord
31 * @param map822 The RFC 822 component of the mail address.
36 Name map822, Name mapX400)
41 this.map822 = checkName("map822", map822);
48 map822 = new Name(in);
55 map822 = st.getName(origin);
65 sb.append(map822);
74 map822
35 PXRecord(Name name, int dclass, long ttl, int preference, Name map822, Name mapX400) argument
[all...]
/external/mdnsresponder/mDNSCore/
H A DmDNSEmbeddedAPI.h714 typedef packedstruct { mDNSu16 preference; domainname map822; domainname mapx400; } rdataPX; variable

Completed in 165 milliseconds