Home
last modified time | relevance | path

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

/freebsd-9-stable/sbin/routed/
Dradix.c57 static const uint8_t normal_chars[] = variable
472 if (*cp != normal_chars[b] || cp != (cplim - 1)) in rn_addmask()
/freebsd-9-stable/contrib/ipfilter/
Dradix.c100 static u_char normal_chars[] = {0, 0x80, 0xc0, 0xe0, 0xf0, 0xf8, 0xfc, 0xfe, 0xff}; variable
540 if (*cp != normal_chars[b] || cp != (cplim - 1))