Searched refs:sslab (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/include/dns/
H A Drdataslab.h131 dns_rdataslab_subtract(unsigned char *mslab, unsigned char *sslab,
136 * Subtract 'sslab' from 'mslab'. If 'exact' is true then all elements
137 * of 'sslab' must exist in 'mslab'.
/netbsd-6-1-5-RELEASE/external/bsd/bind/dist/lib/dns/
H A Drdataslab.c856 dns_rdataslab_subtract(unsigned char *mslab, unsigned char *sslab, argument
872 REQUIRE(mslab != NULL && sslab != NULL);
877 scurrent = sslab + reservelen;
901 * the sslab.
915 * This rdata isn't in the sslab, and thus isn't
978 * Copy the parts of mslab not in sslab.
1002 * This rdata isn't in the sslab, and thus should be

Completed in 53 milliseconds