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

  /src/sbin/routed/
radix.c 853 rn_inithead(void **head, int off) function in typeref:typename:int
859 rnh = (struct radix_node_head *)rtmalloc(sizeof(*rnh), "rn_inithead");
894 if (rn_inithead((void *)&mask_rnhead, 0) == 0)
  /src/sys/net/
radix.c 1066 rn_inithead(void **head, int off) function in typeref:typename:int
1137 if (rn_inithead((void *)&mask_rnhead, 0) == 0)
1141 if (!rn_inithead(di->head, di->off))
1142 panic("delayed rn_inithead failed");

Completed in 13 milliseconds