HomeSort by: relevance | last modified time | path
    Searched refs:ipf_rdx_head_t (Results 1 - 3 of 3) sorted by relevancy

  /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,
ip_pool.h 40 ipf_rdx_head_t *ipo_head;
radix_ipf.c 32 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 *);
175 ipf_rx_match(ipf_rdx_head_t *head, addrfamily_t *addr)
244 ipf_rx_lookup(ipf_rdx_head_t *head, addrfamily_t *addr, addrfamily_t *mask)
319 ipf_rx_insert(ipf_rdx_head_t *head, ipf_rdx_node_t nodes[2], int *dup)
496 ipf_rx_addroute(ipf_rdx_head_t *head, addrfamily_t *addr, addrfamily_t *mask,
567 ipf_rx_delete(ipf_rdx_head_t *head, addrfamily_t *addr, addrfamily_t *mask)
747 ipf_rx_walktree(ipf_rdx_head_t *head, radix_walk_func_t walker, void *arg)
791 ipf_rx_inithead(radix_softc_t *softr, ipf_rdx_head_t **headp
    [all...]

Completed in 12 milliseconds