Home
last modified time | relevance | path

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

/openbsd/usr.sbin/npppd/common/
H A Dradish.c60 static u_char rd_bmask [] = { variable
105 *(m + off + j) = rd_bmask[r]; in rd_inithead()
187 new->rd_bmask = rd_bmask[r]; in rd_insert()
246 if (cur->rd_bmask) in rd_insert()
295 if (new->rd_bmask) in rd_insert()
365 glue->rd_bmask = rd_bmask[maskb]; in rd_glue()
453 if (target->rd_bmask) in rd_match_next()
454 if ((*(dp + lim) & target->rd_bmask) in rd_match_next()
496 if (cur->rd_bmask) in rd_lookup()
497 if ((*(dp + lim) & cur->rd_bmask) in rd_lookup()
[all …]
H A Dradish.h50 u_char rd_bmask; /* byte mask */ member