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

  /src/sys/net/
radix.c 71 #define rn_masktop (mask_rnhead->rnh_treetop)
202 if ((x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_off)) == 0)
243 struct radix_node *t = head->rnh_treetop;
375 rn = rn_walkfirst(h->rnh_treetop, printer, arg);
417 struct radix_node *top = head->rnh_treetop;
604 struct radix_node *saved_tt, *top = head->rnh_treetop;
768 x = head->rnh_treetop;
991 rn = rn_walkfirst(h->rnh_treetop, NULL, NULL);
1019 rn = rn_walkfirst(h->rnh_treetop, NULL, NULL);
1100 rnh->rnh_treetop = t
    [all...]
radix.h 105 struct radix_node *rnh_treetop; member in struct:radix_node_head
  /src/sbin/routed/
radix.h 112 struct radix_node *rnh_treetop; member in struct:radix_node_head
radix.c 64 #define rn_masktop (mask_rnhead->rnh_treetop)
172 if ((x = rn_addmask(m_arg, 1, head->rnh_treetop->rn_off)) == 0)
209 struct radix_node *t = head->rnh_treetop, *x;
350 struct radix_node *top = head->rnh_treetop;
527 struct radix_node *saved_tt, *top = head->rnh_treetop;
675 x = head->rnh_treetop;
821 struct radix_node *rn = h->rnh_treetop;
876 rnh->rnh_treetop = t;
  /src/usr.bin/netstat/
route.c 122 p_tree(head.rnh_treetop);
128 p_tree(head.rnh_treetop);
  /src/sys/fs/nfs/common/
bootp_subr.c 399 bootpboot_p_tree(rnh->rnh_treetop);

Completed in 37 milliseconds