HomeSort by: relevance | last modified time | path
    Searched defs:softr (Results 1 - 2 of 2) sorted by relevancy

  /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
861 KMALLOC(softr, radix_softc_t *);
862 if (softr == NULL)
864 bzero((char *)softr, sizeof(*softr));
885 radix_softc_t *softr = ctx; local
902 radix_softc_t *softr = ctx; local
    [all...]
  /src/external/bsd/ipf/dist/
radix_ipf.c 804 /* Paramters: softr(I) - pointer to radix context */
811 /* right. The context, "softr", is used here to provide a common source of */
815 ipf_rx_inithead(softr, headp)
816 radix_softc_t *softr;
845 node[0].addrkey = (u_32_t *)softr->zeros;
846 node[2].addrkey = (u_32_t *)softr->ones;
886 radix_softc_t *softr; local
888 KMALLOC(softr, radix_softc_t *);
889 if (softr == NULL)
891 bzero((char *)softr, sizeof(*softr))
913 radix_softc_t *softr = ctx; local
931 radix_softc_t *softr = ctx; local
    [all...]

Completed in 24 milliseconds