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

/freebsd-current/sbin/ipf/ipf/
H A Dipfcomp.c183 if ((strncmp(g->fg_name, gname, FR_GROUPLEN) == 0) &&
192 strncpy(g->fg_name, gname, FR_GROUPLEN);
205 g->fg_name, g->fg_ref);
217 f->fr_flags & FR_INQUE ? "in" : "out", g->fg_name, g->fg_ref);
224 if ((strncmp(g->fg_name, ghead, FR_GROUPLEN) == 0) &&
232 strncpy(g->fg_name, ghead, FR_GROUPLEN);
300 emitGroup(num, dir, v, fr, g->fg_name, incnt, 0);
308 emitGroup(num, dir, v, fr, g->fg_name, 0, outcnt);
357 grp->fg_name, grp->fg_name, incoun
[all...]
/freebsd-current/sbin/ipf/ipfstat/
H A Dipfstat.c858 g->fg_name,
866 strncpy(g->fg_name,
971 strncpy(g->fg_name, fb.fr_names + fb.fr_grhead,
989 printdeadlist(fiop, out, set, NULL, g->fg_name, comment);
1858 printf("%s\n", grp.fg_name);
1865 printf("%s\n", grp.fg_name);
/freebsd-current/sbin/ipf/ipftest/
H A Dipftest.c553 i, fg->fg_name, fg->fg_ref, fg->fg_flags);
562 i, fg->fg_name, fg->fg_ref, fg->fg_flags);
/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_fil.h1102 char fg_name[FR_GROUPLEN]; member in struct:frgroup
1105 #define FG_NAME(g) (*(g)->fg_name == '\0' ? "" : (g)->fg_name)
H A Dfil.c3446 if (strncmp(group, fg->fg_name, FR_GROUPLEN) == 0)
3505 bcopy(group, fg->fg_name, strlen(group) + 1);

Completed in 274 milliseconds