HomeSort by: relevance | last modified time | path
    Searched defs:mask_rnhead (Results 1 - 2 of 2) sorted by relevancy

  /src/sbin/routed/
radix.c 59 struct radix_node_head *mask_rnhead; variable in typeref:struct:radix_node_head *
64 #define rn_masktop (mask_rnhead->rnh_treetop)
427 return (mask_rnhead->rnh_nodes);
441 return (mask_rnhead->rnh_nodes);
457 x = rn_insert(cp, mask_rnhead, &maskduplicated, x);
894 if (rn_inithead((void *)&mask_rnhead, 0) == 0)
  /src/sys/net/
radix.c 65 struct radix_node_head *mask_rnhead; variable in typeref:struct:radix_node_head *
71 #define rn_masktop (mask_rnhead->rnh_treetop)
498 return mask_rnhead->rnh_nodes;
512 return mask_rnhead->rnh_nodes;
528 x = rn_insert(cp, mask_rnhead, &maskduplicated, x);
1137 if (rn_inithead((void *)&mask_rnhead, 0) == 0)

Completed in 13 milliseconds