NS_INADDRSZ
if (ch == '.' && ((tp + NS_INADDRSZ) <= endp) &&
tp += NS_INADDRSZ;
#ifndef NS_INADDRSZ
uint8_t tmp[NS_INADDRSZ], *tp;
memcpy(dst, tmp, NS_INADDRSZ);