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

/bind-9.11.3/lib/dns/rdata/generic/
H A Dnull_10.c81 dns_rdata_null_t *null = source; local
85 REQUIRE(null->common.rdtype == type);
86 REQUIRE(null->common.rdclass == rdclass);
87 REQUIRE(null->data != NULL || null->length == 0);
92 return (mem_tobuffer(target, null->data, null->length));
97 dns_rdata_null_t *null = target; local
103 null->common.rdclass = rdata->rdclass;
104 null
119 dns_rdata_null_t *null = source; local
[all...]

Completed in 6 milliseconds