Home | History | Annotate | Download | only in net

Lines Matching refs:radix

1 /*	$NetBSD: radix.c,v 1.49 2020/10/18 13:07:31 gson Exp $	*/
31 * @(#)radix.c 8.6 (Berkeley) 10/17/95
35 * Routines to build and maintain radix trees for routing lookups.
39 __KERNEL_RCSID(0, "$NetBSD: radix.c,v 1.49 2020/10/18 13:07:31 gson Exp $");
58 #include <net/radix.h>
92 * The data structure for the keys is a radix tree with one way
1048 * Initialize a radix tree once radix is initialized. Only for bootstrap.
1113 panic("radix already initialized");
1124 "rn_init: radix functions require max_keylen be set\n");