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

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dhip_55.h27 unsigned char * hit; member in struct:dns_rdata_hip
H A Dhip_55.c209 isc_region_consume(&region, 2); /* hit length + algorithm */
267 REQUIRE(hip->hit_len > 0 && hip->hit != NULL);
278 RETERR(mem_tobuffer(target, hip->hit, hip->hit_len));
314 hip->hit = hip->key = hip->servers = NULL;
316 hip->hit = mem_maybedup(mctx, region.base, hip->hit_len);
317 if (hip->hit == NULL)
338 if (hip->hit != NULL)
339 isc_mem_free(mctx, hip->hit);
357 isc_mem_free(hip->mctx, hip->hit);

Completed in 21 milliseconds