Searched defs:hip (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/tests/
H A Drdata_test.c40 ATF_TC(hip); variable
41 ATF_TC_HEAD(hip, tc) {
45 ATF_TC_BODY(hip, tc) {
383 ATF_TP_ADD_TC(tp, hip);
/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dhip_55.c259 dns_rdata_hip_t *hip = source; local
265 REQUIRE(hip->common.rdtype == type);
266 REQUIRE(hip->common.rdclass == rdclass);
267 REQUIRE(hip->hit_len > 0 && hip->hit != NULL);
268 REQUIRE(hip->key_len > 0 && hip->key != NULL);
269 REQUIRE((hip->servers == NULL && hip->servers_len == 0) ||
270 (hip
293 dns_rdata_hip_t *hip = target; local
350 dns_rdata_hip_t *hip = source; local
411 dns_rdata_hip_first(dns_rdata_hip_t *hip) argument
419 dns_rdata_hip_next(dns_rdata_hip_t *hip) argument
436 dns_rdata_hip_current(dns_rdata_hip_t *hip, dns_name_t *name) argument
[all...]

Completed in 7 milliseconds