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

  /src/sbin/routed/
radix.h 135 struct radix_node rnh_nodes[3]; /* empty tree for common case */ member in struct:radix_node_head
radix.c 427 return (mask_rnhead->rnh_nodes);
441 return (mask_rnhead->rnh_nodes);
862 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);
863 ttt = rnh->rnh_nodes + 2;
  /src/sys/net/
radix.h 124 struct radix_node rnh_nodes[3]; /* empty tree for common case */ member in struct:radix_node_head
radix.c 498 return mask_rnhead->rnh_nodes;
512 return mask_rnhead->rnh_nodes;
1087 t = rn_newpair(rn_zeros, off, rnh->rnh_nodes);
1088 ttt = rnh->rnh_nodes + 2;

Completed in 23 milliseconds