Home
last modified time | relevance | path

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

/openbsd-src/usr.sbin/nsd/
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.h416 && (descriptor->wireformat[index] == RDATA_WF_COMPRESSED_DNAME in rdata_atom_is_domain()
417 || descriptor->wireformat[index] == RDATA_WF_UNCOMPRESSED_DNAME)); in rdata_atom_is_domain()
426 && (descriptor->wireformat[index] == RDATA_WF_LITERAL_DNAME)); in rdata_atom_is_literal_domain()
435 return (rdata_wireformat_type) descriptor->wireformat[index]; in rdata_atom_wireformat_type()
H A Ddns.h271 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.c1819 parse_unknown_rdata(uint16_t type, uint16_t *wireformat) in parse_unknown_rdata() argument
1827 if (wireformat) { in parse_unknown_rdata()
1828 size = *wireformat; in parse_unknown_rdata()
1833 buffer_create_from(&packet, wireformat + 1, *wireformat); in parse_unknown_rdata()
/openbsd-src/usr.sbin/nsd/doc/
H A DChangeLog423 - Fix #191: dname_parse_wire() returns fqdn wireformat length.
3932 - NSEC3 new wireformat and presentation format from draft-09.
3949 - test package for notify reply wireformat.
4426 - wireformat for IPSECKEY depends on the value of a rdata atom, added
5024 - split up dname_parse into parse from string to wireformat
5025 and parse from wireformat to memoryformat, so both can be called.
5026 - split up dname_make_from_packet into reading the wireformat
/openbsd-src/usr.sbin/unbound/doc/
H A DChangelog8722 - bug#291: DNS wireformat max is 255. dname_valid allowed 256 length.