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

/bind-9.11.3/lib/dns/rdata/generic/
H A Dl64_106.c21 unsigned char locator[NS_LOCATORSZ];
42 return (mem_tobuffer(target, locator, NS_LOCATORSZ));
H A Dnid_104.c21 unsigned char locator[NS_LOCATORSZ];
42 return (mem_tobuffer(target, locator, NS_LOCATORSZ));
/bind-9.11.3/lib/dns/
H A Drdata.c307 #define NS_LOCATORSZ 8 macro
329 unsigned char tmp[NS_LOCATORSZ];
335 memset(tp, '\0', NS_LOCATORSZ);
336 endp = tp + NS_LOCATORSZ;
373 memmove(dst, tmp, NS_LOCATORSZ);

Completed in 41 milliseconds