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

/bind-9.11.3/lib/dns/rdata/generic/
H A Dhip_55.h19 unsigned char * hit; member in struct:dns_rdata_hip
H A Dhip_55.c203 isc_region_consume(&region, 2); /* hit length + algorithm */
261 REQUIRE(hip->hit_len > 0 && hip->hit != NULL);
272 RETERR(mem_tobuffer(target, hip->hit, hip->hit_len));
308 hip->hit = hip->key = hip->servers = NULL;
310 hip->hit = mem_maybedup(mctx, region.base, hip->hit_len);
311 if (hip->hit == NULL)
334 if (hip->hit != NULL)
335 isc_mem_free(mctx, hip->hit);
353 isc_mem_free(hip->mctx, hip->hit);
470 isc_region_consume(&r1, 2); /* hit lengt
[all...]

Completed in 10 milliseconds