Searched refs:ipf_rdx_head_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/ipfilter/
H A Dradix_ipf.h67 } ipf_rdx_head_t; typedef in typeref:struct:ipf_rdx_head
87 extern int ipf_rx_inithead(radix_softc_t *, ipf_rdx_head_t **);
88 extern void ipf_rx_freehead(ipf_rdx_head_t *);
89 extern ipf_rdx_node_t *ipf_rx_addroute(ipf_rdx_head_t *,
92 extern ipf_rdx_node_t *ipf_rx_delete(ipf_rdx_head_t *, addrfamily_t *,
94 extern void ipf_rx_walktree(ipf_rdx_head_t *, radix_walk_func_t,
H A Dradix_ipf.c30 static ipf_rdx_node_t *ipf_rx_insert(ipf_rdx_head_t *,
37 static ipf_rdx_node_t *ipf_rx_lookup(ipf_rdx_head_t *, addrfamily_t *,
39 static ipf_rdx_node_t *ipf_rx_match(ipf_rdx_head_t *, addrfamily_t *);
182 ipf_rdx_head_t *head;
253 ipf_rdx_head_t *head;
332 ipf_rdx_head_t *head;
512 ipf_rdx_head_t *head;
585 ipf_rdx_head_t *head;
767 ipf_rdx_head_t *head;
815 ipf_rdx_head_t **head
[all...]
/freebsd-13-stable/sys/contrib/ipfilter/netinet/
H A Dradix_ipf.h65 } ipf_rdx_head_t; typedef in typeref:struct:ipf_rdx_head
85 extern int ipf_rx_inithead(radix_softc_t *, ipf_rdx_head_t **);
86 extern void ipf_rx_freehead(ipf_rdx_head_t *);
87 extern ipf_rdx_node_t *ipf_rx_addroute(ipf_rdx_head_t *,
90 extern ipf_rdx_node_t *ipf_rx_delete(ipf_rdx_head_t *, addrfamily_t *,
92 extern void ipf_rx_walktree(ipf_rdx_head_t *, radix_walk_func_t,
H A Dip_pool.h38 ipf_rdx_head_t *ipo_head;
H A Dradix_ipf.c32 static ipf_rdx_node_t *ipf_rx_insert(ipf_rdx_head_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 *);
182 ipf_rdx_head_t *head;
253 ipf_rdx_head_t *head;
332 ipf_rdx_head_t *head;
512 ipf_rdx_head_t *head;
585 ipf_rdx_head_t *head;
767 ipf_rdx_head_t *head;
815 ipf_rdx_head_t **head
[all...]

Completed in 106 milliseconds