Lines Matching +full:one +full:- +full:wire
2 * str2wire.h - read txt presentation of RRs
4 * (c) NLnet Labs, 2005-2006
33 /* SVCB keys currently defined in draft-ietf-dnsop-svcb-https */
89 * the wire-dname(uncompressed), type, class, ttl, rdatalen, rdata.
95 * @param dname_len: if non-NULL, filled with the dname length as result.
116 * @param dname_len: if non-NULL, filled with the dname length as result.
130 * @param rr: the RR in wire format.
139 * @param rr: the RR in wire format.
148 * @param rr: the RR in wire format.
157 * @param rr: the RR in wire format.
161 * If the rdata length is larger than the rr-len allows, it is truncated.
169 * @param rr: the RR in wire format.
178 * @param rr: the RR in wire format.
249 * wire parse state for parsing files
268 * Read one RR from zonefile with buffer for the data.
269 * @param in: file that is read from (one RR, multiple lines if it spans them).
278 * @param parse_state: pass a pointer to user-allocated struct.
281 * You can start out with a particular origin by pre-filling it.
291 * Convert one rdf in rdata to wireformat and parse from string.