Home
last modified time | relevance | path

Searched refs:ipf_rdx_head_t (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/ipfilter/netinet/
H A Dradix_ipf.h65 } ipf_rdx_head_t; typedef
85 extern int ipf_rx_inithead __P((radix_softc_t *, ipf_rdx_head_t **));
86 extern void ipf_rx_freehead __P((ipf_rdx_head_t *));
87 extern ipf_rdx_node_t *ipf_rx_addroute __P((ipf_rdx_head_t *,
90 extern ipf_rdx_node_t *ipf_rx_delete __P((ipf_rdx_head_t *, addrfamily_t *,
92 extern void ipf_rx_walktree __P((ipf_rdx_head_t *, radix_walk_func_t,
H A Dradix_ipf.c182 ipf_rdx_head_t *head; in ipf_rx_match()
253 ipf_rdx_head_t *head; in ipf_rx_lookup()
332 ipf_rdx_head_t *head; in ipf_rx_insert()
512 ipf_rdx_head_t *head; in ipf_rx_addroute()
817 ipf_rdx_head_t *ptr;
1213 ipf_rdx_head_t *rnh; in printroots()
1234 ipf_rdx_head_t *rnh; in main()
1311 ipf_rdx_head_t *rnh; in dumptree()
1325 ipf_rdx_head_t *rnh; in test_addr()
1366 ipf_rdx_head_t *rnh; in delete_addr()
[all …]
H A Dip_pool.h38 ipf_rdx_head_t *ipo_head;