Home
last modified time | relevance | path

Searched refs:frentry (Results 1 – 11 of 11) sorted by relevance

/freebsd-11-stable/contrib/ipfilter/
HDipf.h203 extern int addicmp(char ***, struct frentry *, int);
205 extern int addkeep(char ***, struct frentry *, int);
225 extern int getport(struct frentry *, char *, u_short *, char *);
289 extern void printfr(struct frentry *, ioctlfunc_t);
303 extern void printlog(struct frentry *);
341 extern void printc(struct frentry *);
343 extern void emit(int, int, void *, struct frentry *);
HDip_fil_compat.c147 struct frentry *fr_next;
148 struct frentry **fr_grp;
194 struct frentry *fr_next;
195 struct frentry **fr_grp;
244 struct frentry *fr_next;
245 struct frentry **fr_grp;
320 struct frentry *fin_fr; /* last matching rule */
357 struct frentry *fin_fr;
395 struct frentry *fin_fr;
432 struct frentry *fin_fr;
[all …]
/freebsd-11-stable/sys/contrib/ipfilter/netinet/
HDip_scan.h23 struct frentry;
94 extern int ipf_scan_attachfr(struct frentry *);
96 extern int ipf_scan_detachfr(struct frentry *);
HDip_fil.h362 struct frentry *fin_fr; /* last matching rule */
438 typedef struct frentry *(*ipfunc_t)(fr_info_t *, u_32_t *);
439 typedef int (*ipfuncinit_t)(struct ipf_main_softc_s *, struct frentry *);
624 typedef struct frentry * (* frentfunc_t)(fr_info_t *);
626 typedef struct frentry { struct
628 struct frentry *fr_next; argument
629 struct frentry **fr_pnext; argument
634 struct frentry *fr_dnext; /* 2 fr_die linked list pointers */ argument
635 struct frentry **fr_pdnext; argument
787 #define FR_CMPSIZ (offsetof(struct frentry, fr_ifnames) - \
[all …]
HDip_auth.h32 struct frentry fae_fr;
HDip_scan.c208 struct frentry *fr; in ipf_scan_attachfr()
260 struct frentry *fr; in ipf_scan_detachfr()
HDip_state.h153 struct frentry ips_fr;
HDip_nat.h412 struct frentry ipn_fr;
HDfil.c2392 struct frentry *fr, *fnext;
6310 { 1, sizeof(struct frentry), 5010000 }, /* 0 */
/freebsd-11-stable/contrib/ipfilter/tools/
HDipfstat.c790 struct frentry fb;
922 struct frentry fb;
1028 struct frentry *fp = NULL;
1037 fp = (struct frentry *)fiop->f_acctout[set];
1040 fp = (struct frentry *)fiop->f_acctin[set];
1048 fp = (struct frentry *)fiop->f_fout[set];
1051 fp = (struct frentry *)fiop->f_fin[set];
/freebsd-11-stable/contrib/ipfilter/lib/
HDprintfr.c19 struct frentry *fp; in printfr()