/src/sys/external/bsd/ipf/netinet/ |
radix_ipf.c | 780 /* Paramters: softr(I) - pointer to radix context */ 787 /* right. The context, "softr", is used here to provide a common source of */ 791 ipf_rx_inithead(radix_softc_t *softr, ipf_rdx_head_t **headp) 819 node[0].addrkey = (u_32_t *)softr->zeros; 820 node[2].addrkey = (u_32_t *)softr->ones; 859 radix_softc_t *softr; local in function:ipf_rx_create 861 KMALLOC(softr, radix_softc_t *); 862 if (softr == NULL) 864 bzero((char *)softr, sizeof(*softr)); 885 radix_softc_t *softr = ctx; local in function:ipf_rx_init 902 radix_softc_t *softr = ctx; local in function:ipf_rx_destroy [all...] |
radix_ipf.c | 780 /* Paramters: softr(I) - pointer to radix context */ 787 /* right. The context, "softr", is used here to provide a common source of */ 791 ipf_rx_inithead(radix_softc_t *softr, ipf_rdx_head_t **headp) 819 node[0].addrkey = (u_32_t *)softr->zeros; 820 node[2].addrkey = (u_32_t *)softr->ones; 859 radix_softc_t *softr; local in function:ipf_rx_create 861 KMALLOC(softr, radix_softc_t *); 862 if (softr == NULL) 864 bzero((char *)softr, sizeof(*softr)); 885 radix_softc_t *softr = ctx; local in function:ipf_rx_init 902 radix_softc_t *softr = ctx; local in function:ipf_rx_destroy [all...] |