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

  /src/sys/external/bsd/ipf/netinet/
ip_fil_compat.c 514 struct frentry *f_ipf[2][2]; member in struct:friostat_4_1_33
535 struct frentry *f_ipf[2][2]; member in struct:friostat_4_1_0
2296 fiop->f_ipf[0][0] = old->f_ipf[0][0];
2297 fiop->f_ipf[0][1] = old->f_ipf[0][1];
2298 fiop->f_ipf[1][0] = old->f_ipf[1][0];
2299 fiop->f_ipf[1][1] = old->f_ipf[1][1]
    [all...]
ip_fil.h 1114 frentry_t *f_ipf[2][2]; member in struct:friostat
1133 #define f_fin f_ipf[0]
1134 #define f_fout f_ipf[1]
fil.c 4221 fiop->f_ipf[0][0] = softc->ipf_rules[0][0];
4223 fiop->f_ipf[0][1] = softc->ipf_rules[0][1];
4225 fiop->f_ipf[1][0] = softc->ipf_rules[1][0];
4227 fiop->f_ipf[1][1] = softc->ipf_rules[1][1];

Completed in 22 milliseconds