Searched refs:radix (Results 51 - 69 of 69) sorted by relevance

123

/freebsd-12-stable/sys/net/
H A Dradix.c31 * @(#)radix.c 8.5 (Berkeley) 5/19/95
36 * Routines to build and maintain radix trees for routing lookups.
46 #include <net/radix.h>
58 #include <net/radix.h>
90 * The data structure for the keys is a radix tree with one way
H A Dif_clone.c50 #include <net/radix.h>
H A Dpfvar.h51 #include <net/radix.h>
H A Dif.c82 #include <net/radix.h>
/freebsd-12-stable/contrib/bc/src/
H A Dnum.c1458 bool radix = false; local
1469 if (radix) return false;
1471 radix = true;
1868 bool radix; local
1992 radix = true;
2014 print(dig, len, radix);
2017 radix = false;
/freebsd-12-stable/sys/netinet6/
H A Din6_proto.c91 #include <net/radix.h>
H A Dnd6_rtr.c63 #include <net/radix.h>
/freebsd-12-stable/sbin/routed/
H A Ddefs.h89 #include <net/radix.h>
91 #include "radix.h"
189 struct radix_node rt_nodes[2]; /* radix tree glue */
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
H A DConstants.h126 /// radix.
128 uint8_t radix);
/freebsd-12-stable/sys/dev/mlx5/
H A Ddriver.h42 #include <linux/radix-tree.h>
526 /* protect radix tree
535 /* protect radix tree
542 /* protect radix tree
549 /* protect radix tree
/freebsd-12-stable/sys/fs/nfs/
H A Dnfsport.h86 #include <net/radix.h>
/freebsd-12-stable/contrib/ldns/
H A Dradix.c2 * radix.c -- generic radix tree
41 * Implementation of a radix tree.
45 #include <ldns/radix.h>
86 * Create a new radix node.
110 * Create a new radix tree.
130 * Initialize radix tree.
146 * Free radix tree.
620 * Print radix tree.
630 fprintf(fd, "; empty radix tre
[all...]
/freebsd-12-stable/sys/dev/mlx4/
H A Ddevice.h38 #include <linux/radix-tree.h>
/freebsd-12-stable/sys/dev/mlx4/mlx4_core/
H A Dmlx4.h41 #include <linux/radix-tree.h>
/freebsd-12-stable/contrib/gdb/gdb/
H A Dbreakpoint.c4292 int radix;
4296 input radix. */
4302 input_radix = p->radix;
4323 /* Set language, input-radix, then reissue breakpoint command.
4324 Ensure the language and input-radix are restored afterwards. */
4326 old_lr.radix = input_radix;
4283 int radix; member in struct:lang_and_radix
/freebsd-12-stable/contrib/llvm-project/llvm/lib/IR/
H A DConstants.cpp738 ConstantInt *ConstantInt::get(IntegerType* Ty, StringRef Str, uint8_t radix) { argument
739 return get(Ty->getContext(), APInt(Ty->getBitWidth(), Str, radix));
/freebsd-12-stable/contrib/binutils/gas/config/
H A Dtc-ia64.c3298 char *radix; local
3305 radix = input_line_pointer;
3307 ia64_canonicalize_symbol_name (radix);
3308 if (strcasecmp (radix, "C"))
3309 as_bad ("Radix `%s' unsupported or invalid", radix);
5456 { "radix", dot_radix, 0 },
/freebsd-12-stable/sys/dev/cxgbe/
H A Dt4_main.c11044 int radix, tid, t; local
11048 radix = db_radix;
11059 db_radix = radix;
/freebsd-12-stable/sys/netpfil/ipfw/
H A Dip_fw_table_algo.c52 #include <net/radix.h>
73 * name: "type:algoname" format, e.g. "addr:radix". Currently
304 * ADDR implementation using radix
309 * The radix code expects addr and mask to be array of bytes,
319 * Do not require radix to compare more than actual IPv4/IPv6 address
520 /* Guess IPv4/IPv6 radix by sockaddr family */
863 * radix does not require additional memory allocations
872 .name = "addr:radix",
3968 /* Guess IPv4/IPv6 radix by sockaddr family */

Completed in 604 milliseconds

123