Home
last modified time | relevance | path

Searched refs:normal_chars (Results 1 – 1 of 1) sorted by relevance

/xnu-12377.81.4/bsd/net/
H A Dradix.c89 static char normal_chars[] = {0, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, -1}; variable
721 if (*cp != normal_chars[b] || cp != (cplim - 1)) { in rn_addmask()