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

  /src/sys/net/
radix.c 137 x = x->rn_l;
157 x = x->rn_l;
263 t = t->rn_l;
350 rn->rn_l, rn->rn_r);
404 t->rn_l = tt; t->rn_off = b >> 3;
451 else x = x->rn_l;
457 t = rn_newpair(v_arg, b, nodes); tt = t->rn_l;
459 p->rn_l = t;
466 t->rn_r = tt; t->rn_l = x;
659 if (x->rn_l == t
    [all...]
radix.h 58 struct radix_node *rn_L;/* progeny */
73 #define rn_l rn_u.rn_node.rn_L macro
  /src/sbin/routed/
radix.c 116 x = x->rn_l;
134 x = x->rn_l;
224 t = t->rn_l;
333 t->rn_l = tt; t->rn_off = b >> 3;
386 else x = x->rn_l;
392 t = rn_newpair(v_arg, b, nodes); tt = t->rn_l;
394 p->rn_l = t;
401 t->rn_r = tt; t->rn_l = x;
578 if (x->rn_l == t) x->rn_l = tt; else x->rn_r = tt
    [all...]
radix.h 65 struct radix_node *rn_L;/* progeny */
80 #define rn_l rn_u.rn_node.rn_L macro
  /src/usr.bin/netstat/
route.c 175 p_tree(rnode.rn_l);
196 printf("%6.6s %8.8lx : %8.8lx", nbuf, (u_long) rnode.rn_l,

Completed in 16 milliseconds