| /src/external/bsd/ipf/dist/lib/ |
| printfr.c | 432 if (fp->fr_grhead != -1) 433 PRINTF(" head %s", fp->fr_names + fp->fr_grhead);
|
| /src/sys/external/bsd/ipf/netinet/ |
| ip_fil_compat.c | 195 char fr_grhead[FR_GROUPLEN]; /* group # which this rule starts */ member in struct:frentry_4_1_34 245 char fr_grhead[FR_GROUPLEN]; member in struct:frentry_4_1_16 299 char fr_grhead[FR_GROUPLEN]; member in struct:frentry_4_1_0 1948 fr->fr_grhead = -1; 2001 if (old->fr_grhead[0] != '\0') { 2002 fr->fr_grhead = nlen; 2004 old->fr_grhead, LIFNAMSIZ); 2077 fr->fr_grhead = -1; 2129 if (old->fr_grhead[0] != '\0') { 2130 fr->fr_grhead = nlen [all...] |
| fil.c | 2490 FR_VERBOSE(("=%d/%d.%d *", fr->fr_grhead, fr->fr_group, rulen)); 2565 FR_VERBOSE(("group %s\n", FR_NAME(fr, fr_grhead))); 3700 fp->fr_names[fp->fr_grhead] = '\0'; 4557 if (fp->fr_grhead != -1) { 4558 if ((fp->fr_grhead < 0) || 4559 (fp->fr_grhead >= fp->fr_namelen)) { 4564 if (!strcmp(FR_NAME(fp, fr_grhead), "0")) 4565 fp->fr_names[fp->fr_grhead] = '\0'; 5063 if (fp->fr_grhead != -1) { 5064 group = FR_NAME(fp, fr_grhead); [all...] |
| ip_fil.h | 754 int fr_grhead; /* group # which this rule starts */ member in struct:frentry
|
| /src/external/bsd/ipf/dist/ |
| ip_fil_compat.c | 195 char fr_grhead[FR_GROUPLEN]; /* group # which this rule starts */ member in struct:frentry_4_1_34 245 char fr_grhead[FR_GROUPLEN]; member in struct:frentry_4_1_16 299 char fr_grhead[FR_GROUPLEN]; member in struct:frentry_4_1_0 1959 fr->fr_grhead = -1; 2012 if (old->fr_grhead[0] != '\0') { 2013 fr->fr_grhead = nlen; 2015 old->fr_grhead, LIFNAMSIZ); 2091 fr->fr_grhead = -1; 2143 if (old->fr_grhead[0] != '\0') { 2144 fr->fr_grhead = nlen [all...] |
| /src/external/bsd/ipf/dist/tools/ |
| ipf_y.y | 2507 if (f->fr_grhead == -1 && fr->fr_group == -1) 2509 if (f->fr_grhead == -1 || fr->fr_group == -1) 2511 if (strcmp(f->fr_names + f->fr_grhead, 2646 fr->fr_grhead = -1; 2682 (*frp)->fr_grhead = pos;
|
| ipfcomp.c | 227 if (f->fr_grhead != -1) { 228 ghead = FR_NAME(f, fr_grhead); 1305 if (fp->fr_grhead != -1) {\n\ 1306 fg = fr_addgroup(fp->fr_names + fp->fr_grhead,\n\
|
| ipfstat.c | 976 if (fb.fr_grhead != -1) { 980 strncpy(g->fg_name, fb.fr_names + fb.fr_grhead,
|