ISC_TLEN
for (u = dst, i = 0; (i <= ISC_TLEN) && (s < t); ) {
} while ((i <= ISC_TLEN) && (s <= t) && (j > 0));
char buf[ISC_TLEN+1];
buf[ISC_TLEN] = '\0';
bcopy(isc->ipsc_ctxt, buf, ISC_TLEN);
bcopy(isc->ipsc_cmsk, buf, ISC_TLEN);
bcopy(isc->ipsc_smsk, buf, ISC_TLEN);
for (s = (u_char *)buf, i = ISC_TLEN; i; i--, s++) {
char s_txt[ISC_TLEN]; /* text to match */
char s_msk[ISC_TLEN]; /* mask of the above to check */
char ipsc_tag[ISC_TLEN]; /* table entry protocol tag */