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

/freebsd-10.2-release/contrib/ipfilter/tools/
H A Dipfcomp.c33 static void printhooks __P((FILE *, int, int, frgroup_t *));
34 static void emitheader __P((frgroup_t *, u_int, u_int));
164 static frgroup_t *groups = NULL;
172 frgroup_t *g;
196 g = (frgroup_t *)calloc(1, sizeof(*g));
236 g = (frgroup_t *)calloc(1, sizeof(*g));
305 frgroup_t *g;
352 frgroup_t *grp;
356 frgroup_t *g;
408 frgroup_t *
[all...]
H A Dipfstat.c101 frgroup_t *grtop = NULL;
102 frgroup_t *grtail = NULL;
802 frgroup_t *g;
924 frgroup_t *grtop, *grtail, *g;
1883 frgroup_t *fp, grp;
H A Dipftest.c708 frgroup_t *fg;
/freebsd-10.2-release/sys/contrib/ipfilter/netinet/
H A Dfil.c165 static int ipf_flush_groups __P((ipf_main_softc_t *, frgroup_t **,
181 static int ipf_group_flush __P((ipf_main_softc_t *, frgroup_t *));
182 static void ipf_group_free __P((frgroup_t *));
3500 /* Returns: frgroup_t * - NULL = group not found, else pointer to group */
3511 frgroup_t *
3517 frgroup_t ***fgpp;
3519 frgroup_t *fg, **fgp;
3541 /* Returns: frgroup_t * - NULL == did not create group, */
3554 frgroup_t *
3563 frgroup_t *f
[all...]
H A Dip_fil.h1166 } frgroup_t; typedef in typeref:struct:frgroup
1888 extern frgroup_t *ipf_group_add __P((ipf_main_softc_t *, char *, void *,
1890 extern void ipf_group_del __P((ipf_main_softc_t *, frgroup_t *,
1893 extern frgroup_t *ipf_findgroup __P((ipf_main_softc_t *, char *, minor_t,
1894 int, frgroup_t ***));

Completed in 143 milliseconds