Searched refs:fr_grhead (Results 1 – 6 of 6) sorted by relevance
/titanic_41/usr/src/cmd/ipf/lib/common/ |
H A D | printfr.c | 385 if (*fp->fr_grhead != '\0') 386 printf(" head %s", fp->fr_grhead);
|
/titanic_41/usr/src/cmd/ipf/tools/ |
H A D | ipfstat.c | 877 if (fp->fr_grhead[0] != '\0') { 881 strncpy(g->fg_name, fp->fr_grhead, 966 if (fb.fr_grhead[0] != '\0') { 970 strncpy(g->fg_name, fb.fr_grhead,
|
H A D | ipfcomp.c | 227 if (f->fr_grhead != 0) { 229 if ((strncmp(g->fg_name, f->fr_grhead, 242 bcopy(f->fr_grhead, g->fg_name, FR_GROUPLEN);
|
H A D | ipf_y.y | 502 head: | IPFY_HEAD YY_STR { DOALL(strncpy(fr->fr_grhead, $2, \ 505 | IPFY_HEAD YY_NUMBER { DOALL(sprintf(fr->fr_grhead, "%d", \ 2301 if (strncmp(f->fr_grhead, fr->fr_group, FR_GROUPLEN) == 0)
|
/titanic_41/usr/src/uts/common/inet/ipf/ |
H A D | fil.c | 3537 if (fp->fr_grhead != NULL) { 3538 fr_delgroup(fp->fr_grhead, unit, set, ifs); 3539 *fp->fr_grhead = '\0'; 4450 if (!strncmp(fp->fr_grhead, "0", FR_GROUPLEN)) 4451 *fp->fr_grhead = '\0'; 4781 if (*f->fr_grhead != '\0') 4782 fr_delgroup(f->fr_grhead, unit, set, ifs); 4823 group = f->fr_grhead;
|
/titanic_41/usr/src/uts/common/inet/ipf/netinet/ |
H A D | ip_fil.h | 603 char fr_grhead[FR_GROUPLEN]; /* group # which this rule starts */ member
|