Searched refs:fr_grhead (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.2-release/contrib/ipfilter/lib/
H A Dprintfr.c432 if (fp->fr_grhead != -1)
433 PRINTF(" head %s", fp->fr_names + fp->fr_grhead);
/freebsd-10.2-release/contrib/ipfilter/
H A Dip_fil_compat.c193 char fr_grhead[FR_GROUPLEN]; /* group # which this rule starts */ member in struct:frentry_4_1_34
243 char fr_grhead[FR_GROUPLEN]; member in struct:frentry_4_1_16
297 char fr_grhead[FR_GROUPLEN]; member in struct:frentry_4_1_0
1957 fr->fr_grhead = -1;
2010 if (old->fr_grhead[0] != '\0') {
2011 fr->fr_grhead = nlen;
2013 old->fr_grhead, LIFNAMSIZ);
2089 fr->fr_grhead = -1;
2141 if (old->fr_grhead[0] != '\0') {
2142 fr->fr_grhead
[all...]
/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipf_y.y2505 if (f->fr_grhead == -1 && fr->fr_group == -1)
2507 if (f->fr_grhead == -1 || fr->fr_group == -1)
2509 if (strcmp(f->fr_names + f->fr_grhead,
2638 fr->fr_grhead = -1;
2674 (*frp)->fr_grhead = pos;
H A Dipfstat.c881 if (fp->fr_grhead != -1) {
883 if (!strncmp(fp->fr_names + fp->fr_grhead,
893 fp->fr_names + fp->fr_grhead,
988 if (fb.fr_grhead != -1) {
992 strncpy(g->fg_name, fb.fr_names + fb.fr_grhead,
H A Dipfcomp.c229 if (f->fr_grhead != -1) {
230 ghead = FR_NAME(f, fr_grhead);
1307 if (fp->fr_grhead != -1) {\n\
1308 fg = fr_addgroup(fp->fr_names + fp->fr_grhead,\n\
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dfil.c2502 FR_VERBOSE(("=%d/%d.%d *", fr->fr_grhead, fr->fr_group, rulen));
2577 FR_VERBOSE(("group %s\n", FR_NAME(fr, fr_grhead)));
3747 fp->fr_names[fp->fr_grhead] = '\0';
4642 if (fp->fr_grhead != -1) {
4643 if ((fp->fr_grhead < 0) ||
4644 (fp->fr_grhead >= fp->fr_namelen)) {
4649 if (!strcmp(FR_NAME(fp, fr_grhead), "0"))
4650 fp->fr_names[fp->fr_grhead] = '\0';
5141 if (fp->fr_grhead != -1) {
5142 group = FR_NAME(fp, fr_grhead);
[all...]
H A Dip_fil.h755 int fr_grhead; /* group # which this rule starts */ member in struct:frentry

Completed in 96 milliseconds