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

/bind-9.11.3/lib/dns/rdata/generic/
H A Dhip_55.c253 dns_rdata_hip_t *hip = source; local
259 REQUIRE(hip->common.rdtype == type);
260 REQUIRE(hip->common.rdclass == rdclass);
261 REQUIRE(hip->hit_len > 0 && hip->hit != NULL);
262 REQUIRE(hip->key_len > 0 && hip->key != NULL);
263 REQUIRE((hip->servers == NULL && hip->servers_len == 0) ||
264 (hip
287 dns_rdata_hip_t *hip = target; local
346 dns_rdata_hip_t *hip = source; local
407 dns_rdata_hip_first(dns_rdata_hip_t *hip) argument
415 dns_rdata_hip_next(dns_rdata_hip_t *hip) argument
432 dns_rdata_hip_current(dns_rdata_hip_t *hip, dns_name_t *name) argument
[all...]
/bind-9.11.3/lib/dns/tests/
H A Drdata_test.c863 ATF_TC(hip); variable
864 ATF_TC_HEAD(hip, tc) {
868 ATF_TC_BODY(hip, tc) {
1174 ATF_TP_ADD_TC(tp, hip);

Completed in 9 milliseconds