| /src/sys/external/bsd/ipf/netinet/ |
| radix_ipf.h | 67 } 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,
|
| /src/external/bsd/ipf/dist/ |
| radix_ipf.h | 67 } ipf_rdx_head_t; typedef in typeref:struct:ipf_rdx_head 87 extern int ipf_rx_inithead __P((radix_softc_t *, ipf_rdx_head_t **)); 88 extern void ipf_rx_freehead __P((ipf_rdx_head_t *)); 89 extern ipf_rdx_node_t *ipf_rx_addroute __P((ipf_rdx_head_t *, 92 extern ipf_rdx_node_t *ipf_rx_delete __P((ipf_rdx_head_t *, addrfamily_t *, 94 extern void ipf_rx_walktree __P((ipf_rdx_head_t *, radix_walk_func_t,
|