| /src/sys/external/bsd/ipf/netinet/ |
| ip_fil_compat.c | 519 struct frgroup *f_groups[IPL_LOGSIZE][2]; member in struct:friostat_4_1_33 540 struct frgroup *f_groups[IPL_LOGSIZE][2]; member in struct:friostat_4_1_0 2305 bcopy(&old->f_groups, &fiop->f_groups, sizeof(old->f_groups)); 2335 bcopy(&old->f_groups, &fiop->f_groups, sizeof(old->f_groups)); 3517 bcopy(&fiop->f_groups, &old->f_groups, sizeof(old->f_groups)) [all...] |
| ip_fil.h | 1117 struct frgroup *f_groups[IPL_LOGSIZE][2]; member in struct:friostat
|
| fil.c | 4239 fiop->f_groups[i][0] = softc->ipf_groups[i][0]; 4240 fiop->f_groups[i][1] = softc->ipf_groups[i][1];
|
| /src/external/bsd/ipf/dist/ |
| ip_fil_compat.c | 519 struct frgroup *f_groups[IPL_LOGSIZE][2]; member in struct:friostat_4_1_33 540 struct frgroup *f_groups[IPL_LOGSIZE][2]; member in struct:friostat_4_1_0 2325 bcopy(&old->f_groups, &fiop->f_groups, sizeof(old->f_groups)); 2357 bcopy(&old->f_groups, &fiop->f_groups, sizeof(old->f_groups)); 3587 bcopy(&fiop->f_groups, &old->f_groups, sizeof(old->f_groups)) [all...] |
| /src/external/bsd/ipf/dist/tools/ |
| ipfstat.c | 678 kmemcpy((char *)&fiop->f_groups, (u_long)deadlist[35].n_value, 679 sizeof(fiop->f_groups)); 1879 for (fp = fiop->f_groups[gnums[i]][on]; fp != NULL; 1886 for (fp = fiop->f_groups[gnums[i]][off]; fp != NULL;
|