Home
last modified time | relevance | path

Searched refs:wireformat (Results 1 – 11 of 11) sorted by relevance

/netbsd/external/bsd/nsd/dist/
H A Dtsig-openssl.c54 const char* digest, const char* name, const char* wireformat) in tsig_openssl_init_algorithm() argument
108 = dname_parse(region, wireformat); in tsig_openssl_init_algorithm()
110 log_msg(LOG_ERR, "cannot parse %s algorithm", wireformat); in tsig_openssl_init_algorithm()
H A Dnamedb.h414 && (descriptor->wireformat[index] == RDATA_WF_COMPRESSED_DNAME in rdata_atom_is_domain()
415 || descriptor->wireformat[index] == RDATA_WF_UNCOMPRESSED_DNAME)); in rdata_atom_is_domain()
424 && (descriptor->wireformat[index] == RDATA_WF_LITERAL_DNAME)); in rdata_atom_is_literal_domain()
433 return (rdata_wireformat_type) descriptor->wireformat[index]; in rdata_atom_wireformat_type()
H A Ddns.h270 uint8_t wireformat[MAXRDATALEN]; /* rdata_wireformat_type */ member
H A Dzonec.h117 void parse_unknown_rdata(uint16_t type, uint16_t *wireformat);
H A Dzonec.c1812 parse_unknown_rdata(uint16_t type, uint16_t *wireformat) in parse_unknown_rdata() argument
1820 if (wireformat) { in parse_unknown_rdata()
1821 size = *wireformat; in parse_unknown_rdata()
1826 buffer_create_from(&packet, wireformat + 1, *wireformat); in parse_unknown_rdata()
/netbsd/external/bsd/unbound/dist/pythonmod/doc/modules/
H A Dstruct.rst107 … The original question in the wireformat format (e.g. \\x03www\\x03nic\\x02cz\\x00 for www.nic.cz)
278 contains the wireformat domain name. This dname is not canonicalized.
359 (:class:`packed_rrset_data`) entry data stored in wireformat (RRs and RRsigs).
366 Rdata is stored in wireformat. The dname is stored in wireformat.
408 Array of RR's rdata (list of strings). The rdata is stored in uncompressed wireformat.
/netbsd/external/bsd/nsd/dist/doc/
H A DTODO17 - wireformat interop. testing for IPSECKEY type.
H A DChangeLog150 - Fix #191: dname_parse_wire() returns fqdn wireformat length.
3659 - NSEC3 new wireformat and presentation format from draft-09.
3676 - test package for notify reply wireformat.
4153 - wireformat for IPSECKEY depends on the value of a rdata atom, added
4751 - split up dname_parse into parse from string to wireformat
4752 and parse from wireformat to memoryformat, so both can be called.
4753 - split up dname_make_from_packet into reading the wireformat
/netbsd/crypto/external/bsd/heimdal/dist/
H A DChangeLog.20031751 to support checksumtype that are have a shorter wireformat then
/netbsd/external/bsd/unbound/dist/contrib/
H A Dfastrpz.patch3327 /** store query section in wireformat buffer, return RETVAL */
/netbsd/external/bsd/unbound/dist/doc/
H A DChangelog7474 - bug#291: DNS wireformat max is 255. dname_valid allowed 256 length.