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

/bind-9.11.3/lib/dns/rdata/in_1/
H A Dwks_11.c285 dns_rdata_in_wks_t *wks = source; local
291 REQUIRE(wks->common.rdtype == type);
292 REQUIRE(wks->common.rdclass == rdclass);
293 REQUIRE((wks->map != NULL && wks->map_len <= 8*1024) ||
294 wks->map_len == 0);
299 a = ntohl(wks->in_addr.s_addr);
301 RETERR(uint8_tobuffer(wks->protocol, target));
302 return (mem_tobuffer(target, wks->map, wks
307 dns_rdata_in_wks_t *wks = target; local
335 dns_rdata_in_wks_t *wks = source; local
[all...]
/bind-9.11.3/lib/dns/tests/
H A Drdata_test.c1132 ATF_TC(wks); variable
1133 ATF_TC_HEAD(wks, tc) {
1136 ATF_TC_BODY(wks, tc) {
1177 ATF_TP_ADD_TC(tp, wks);

Completed in 14 milliseconds