OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipf_rdx_node_t
(Results
1 - 4
of
4
) sorted by relevancy
/src/sys/external/bsd/ipf/netinet/
radix_ipf.h
43
}
ipf_rdx_node_t
;
typedef in typeref:struct:ipf_rdx_node
47
typedef void (* radix_walk_func_t)(
ipf_rdx_node_t
*, void *);
48
typedef
ipf_rdx_node_t
*(* idx_hamn_func_t)(struct ipf_rdx_head *,
50
ipf_rdx_node_t
*);
51
typedef
ipf_rdx_node_t
*(* idx_ham_func_t)(struct ipf_rdx_head *,
53
typedef
ipf_rdx_node_t
*(* idx_ha_func_t)(struct ipf_rdx_head *,
59
ipf_rdx_node_t
*root;
60
ipf_rdx_node_t
nodes[3];
89
extern
ipf_rdx_node_t
*ipf_rx_addroute(ipf_rdx_head_t *,
91
ipf_rdx_node_t
*);
[
all
...]
radix_ipf.c
32
static
ipf_rdx_node_t
*ipf_rx_insert(ipf_rdx_head_t *,
33
ipf_rdx_node_t
nodes[2], int *);
34
static void ipf_rx_attach_mask(
ipf_rdx_node_t
*, ipf_rdx_mask_t *);
37
ipf_rdx_node_t
n[2]);
38
static
ipf_rdx_node_t
*ipf_rx_find_addr(
ipf_rdx_node_t
*, u_32_t *);
39
static
ipf_rdx_node_t
*ipf_rx_lookup(ipf_rdx_head_t *, addrfamily_t *,
41
static
ipf_rdx_node_t
*ipf_rx_match(ipf_rdx_head_t *, addrfamily_t *);
90
/* nodes(O) - pair of
ipf_rdx_node_t
's to initialise with data */
99
buildnodes(addrfamily_t *addr, addrfamily_t *mask,
ipf_rdx_node_t
nodes[2]
[
all
...]
ip_pool.h
21
ipf_rdx_node_t
ipn_nodes[2];
ip_pool.c
730
ipf_rdx_node_t
*n;
752
ipf_rdx_node_t
*rn;
815
ipf_rdx_node_t
*rn;
Completed in 18 milliseconds
Indexes created Sun Feb 22 16:20:20 UTC 2026