Searched refs:NS_LOCATORSZ (Results 1 - 3 of 3) sorted by relevance

/bind-9.6-ESV-R11/lib/dns/rdata/generic/
H A Dl64_106.c29 unsigned char locator[NS_LOCATORSZ];
50 return (mem_tobuffer(target, locator, NS_LOCATORSZ));
H A Dnid_104.c29 unsigned char locator[NS_LOCATORSZ];
50 return (mem_tobuffer(target, locator, NS_LOCATORSZ));
/bind-9.6-ESV-R11/lib/dns/
H A Drdata.c225 #define NS_LOCATORSZ 8 macro
238 unsigned char tmp[NS_LOCATORSZ];
244 memset(tp, '\0', NS_LOCATORSZ);
245 endp = tp + NS_LOCATORSZ;
282 memmove(dst, tmp, NS_LOCATORSZ);

Completed in 13 milliseconds