Searched refs:frentry (Results 1 - 10 of 10) sorted by relevance

/freebsd-current/sys/netpfil/ipfilter/netinet/
H A Dip_scan.h21 struct frentry;
92 extern int ipf_scan_attachfr(struct frentry *);
94 extern int ipf_scan_detachfr(struct frentry *);
H A Dip_auth.h29 struct frentry fae_fr;
H A Dip_fil.h363 struct frentry *fin_fr; /* last matching rule */
439 typedef struct frentry *(*ipfunc_t)(fr_info_t *, u_32_t *);
440 typedef int (*ipfuncinit_t)(struct ipf_main_softc_s *, struct frentry *);
625 typedef struct frentry * (* frentfunc_t)(fr_info_t *);
627 typedef struct frentry { struct
629 struct frentry *fr_next;
630 struct frentry **fr_pnext;
635 struct frentry *fr_dnext; /* 2 fr_die linked list pointers */
636 struct frentry **fr_pdnext;
788 #define FR_CMPSIZ (offsetof(struct frentry, fr_ifname
[all...]
H A Dip_scan.c200 ipf_scan_attachfr(struct frentry *fr)
250 ipf_scan_detachfr(struct frentry *fr)
H A Dip_state.h149 struct frentry ips_fr;
H A Dip_nat.h408 struct frentry ipn_fr;
H A Dfil.c2344 struct frentry *fr, *fnext;
4305 * frentry.fr_names. As pointers within the struct cannot be passed
6133 { 1, sizeof(struct frentry), 5010000 }, /* 0 */
/freebsd-current/sbin/ipf/common/
H A Dipf.h196 extern int addicmp(char ***, struct frentry *, int);
198 extern int addkeep(char ***, struct frentry *, int);
218 extern int getport(struct frentry *, char *, u_short *, char *);
282 extern void printfr(struct frentry *, ioctlfunc_t);
296 extern void printlog(struct frentry *);
334 extern void printc(struct frentry *);
336 extern void emit(int, int, void *, struct frentry *);
/freebsd-current/sbin/ipf/ipfstat/
H A Dipfstat.c767 struct frentry fb;
896 struct frentry fb;
1001 struct frentry *fp = NULL;
1010 fp = (struct frentry *)fiop->f_acctout[set];
1013 fp = (struct frentry *)fiop->f_acctin[set];
1021 fp = (struct frentry *)fiop->f_fout[set];
1024 fp = (struct frentry *)fiop->f_fin[set];
/freebsd-current/sbin/ipf/libipf/
H A Dprintfr.c17 printfr( struct frentry *fp, ioctlfunc_t iocfunc)

Completed in 213 milliseconds