OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipf_rdx_node_t
(Results
1 - 2
of
2
) 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
...]
/src/external/bsd/ipf/dist/
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 __P((ipf_rdx_head_t *,
91
ipf_rdx_node_t
*));
[
all
...]
Completed in 25 milliseconds
Indexes created Wed Mar 04 05:31:52 UTC 2026