Home
last modified time | relevance | path

Searched refs:fr_grhead (Results 1 – 8 of 8) sorted by relevance

/netbsd/src/sys/external/bsd/ipf/netinet/
Dip_fil_compat.c195 char fr_grhead[FR_GROUPLEN]; /* group # which this rule starts */ member
245 char fr_grhead[FR_GROUPLEN]; member
299 char fr_grhead[FR_GROUPLEN]; member
1948 fr->fr_grhead = -1; in frentry_4_1_34_to_current()
2001 if (old->fr_grhead[0] != '\0') { in frentry_4_1_34_to_current()
2002 fr->fr_grhead = nlen; in frentry_4_1_34_to_current()
2004 old->fr_grhead, LIFNAMSIZ); in frentry_4_1_34_to_current()
2077 fr->fr_grhead = -1; in frentry_4_1_16_to_current()
2129 if (old->fr_grhead[0] != '\0') { in frentry_4_1_16_to_current()
2130 fr->fr_grhead = nlen; in frentry_4_1_16_to_current()
[all …]
Dfil.c2490 FR_VERBOSE(("=%d/%d.%d *", fr->fr_grhead, fr->fr_group, rulen)); in ipf_scanlist()
2565 FR_VERBOSE(("group %s\n", FR_NAME(fr, fr_grhead))); in ipf_scanlist()
3700 fp->fr_names[fp->fr_grhead] = '\0'; in ipf_flushlist()
4557 if (fp->fr_grhead != -1) { in frrequest()
4558 if ((fp->fr_grhead < 0) || in frrequest()
4559 (fp->fr_grhead >= fp->fr_namelen)) { in frrequest()
4564 if (!strcmp(FR_NAME(fp, fr_grhead), "0")) in frrequest()
4565 fp->fr_names[fp->fr_grhead] = '\0'; in frrequest()
5063 if (fp->fr_grhead != -1) { in frrequest()
5064 group = FR_NAME(fp, fr_grhead); in frrequest()
Dip_fil.h754 int fr_grhead; /* group # which this rule starts */ member
/netbsd/src/external/bsd/ipf/dist/
Dip_fil_compat.c195 char fr_grhead[FR_GROUPLEN]; /* group # which this rule starts */ member
245 char fr_grhead[FR_GROUPLEN]; member
299 char fr_grhead[FR_GROUPLEN]; member
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 …]
/netbsd/src/external/bsd/ipf/dist/lib/
Dprintfr.c432 if (fp->fr_grhead != -1)
433 PRINTF(" head %s", fp->fr_names + fp->fr_grhead);
/netbsd/src/external/bsd/ipf/dist/tools/
Dipf_y.y2507 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; in allocfr()
2682 (*frp)->fr_grhead = pos;
Dipfcomp.c227 if (f->fr_grhead != -1) {
228 ghead = FR_NAME(f, fr_grhead);
Dipfstat.c976 if (fb.fr_grhead != -1) {
980 strncpy(g->fg_name, fb.fr_names + fb.fr_grhead,