HomeSort by: relevance | last modified time | path
    Searched refs:rn_off (Results 1 - 4 of 4) sorted by relevancy

  /src/sbin/routed/
radix.c 113 if (x->rn_bmask & v[x->rn_off])
130 if ((x->rn_bmask & m[x->rn_off]) &&
131 (x->rn_bmask & v[x->rn_off]))
172 if ((x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_off)) == 0)
213 int off = t->rn_off, vlen = *(u_char *)cp, matched_off;
221 if (t->rn_bmask & cp[t->rn_off])
308 off = min(t->rn_off, matched_off);
333 t->rn_l = tt; t->rn_off = b >> 3;
351 int head_off = top->rn_off, vlen = (int)*((u_char *)v);
384 if (cp[x->rn_off] & x->rn_bmask
    [all...]
radix.h 64 int rn_Off; /* where to start compare */
79 #define rn_off rn_u.rn_node.rn_Off macro
  /src/sys/net/
radix.c 134 if (x->rn_bmask & v[x->rn_off])
153 if ((x->rn_bmask & m[x->rn_off]) &&
154 (x->rn_bmask & v[x->rn_off]))
202 if ((x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_off)) == 0)
250 int off = t->rn_off;
260 if (t->rn_bmask & cp[t->rn_off])
330 off = uimin(t->rn_off, matched_off);
404 t->rn_l = tt; t->rn_off = b >> 3;
421 int head_off = top->rn_off;
449 if (cp[x->rn_off] & x->rn_bmask
    [all...]
radix.h 57 int rn_Off; /* where to start compare */
72 #define rn_off rn_u.rn_node.rn_Off macro

Completed in 104 milliseconds