Home
last modified time | relevance | path

Searched refs:fg_name (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/cmd/ipf/tools/
H A Dipfcomp.c178 if ((strncmp(g->fg_name, f->fr_group, FR_GROUPLEN) == 0) &&
191 bcopy(f->fr_group, g->fg_name, FR_GROUPLEN);
204 g->fg_name, g->fg_ref);
216 f->fr_flags & FR_INQUE ? "in" : "out", g->fg_name, g->fg_ref);
222 if ((strncmp(g->fg_name, f->fr_grhead,
235 bcopy(f->fr_grhead, g->fg_name, FR_GROUPLEN);
310 emitGroup(num, dir, v, fr, g->fg_name, incnt, 0);
318 emitGroup(num, dir, v, fr, g->fg_name, 0, outcnt);
368 grp->fg_name, grp->fg_name, incount);
371 if ((strncmp(g->fg_name, grp->fg_name,
[all …]
H A Dipfstat.c881 strncpy(g->fg_name, fp->fr_grhead,
895 printlivelist(out, set, NULL, g->fg_name, comment);
970 strncpy(g->fg_name, fb.fr_grhead,
988 printdeadlist(out, set, NULL, g->fg_name, comment);
1706 printf("%s\n", grp.fg_name);
1713 printf("%s\n", grp.fg_name);
H A Dipftest.c696 i, fg->fg_name, fg->fg_ref, fg->fg_flags);
712 i, fg->fg_name, fg->fg_ref, fg->fg_flags);
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1005 char fg_name[FR_GROUPLEN]; member
1008 #define FG_NAME(g) (*(g)->fg_name == '\0' ? "" : (g)->fg_name)
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dfil.c3339 if (strncmp(group, fg->fg_name, FR_GROUPLEN) == 0)
3398 bcopy(group, fg->fg_name, FR_GROUPLEN);