Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dipf.h191 extern int addicmp __P((char ***, struct frentry *, int));
193 extern int addkeep __P((char ***, struct frentry *, int));
201 extern int extras __P((char ***, struct frentry *, int));
206 extern int getport __P((struct frentry *, char *, u_short *));
244 extern struct frentry *parse __P((char *, int));
254 extern void printfr __P((struct frentry *, ioctlfunc_t));
265 extern void printlog __P((struct frentry *));
289 extern void printc __P((struct frentry *));
291 extern void emit __P((int, int, void *, struct frentry *));
H A Dip_compat.c187 struct frentry ipn_fr;
H A Dfil.c1866 struct frentry *fr, *fnext;
5680 { 1, sizeof(struct frentry) }, /* frentry */
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h561 typedef struct frentry { struct
563 struct frentry *fr_next; argument
564 struct frentry **fr_grp; argument
682 offsetof(struct frentry, fr_func))
953 struct frentry *f_ipf[2][2];
954 struct frentry *f_acct[2][2];
955 struct frentry *f_ipf6[2][2];
956 struct frentry *f_acct6[2][2];
957 struct frentry *f_auth;
1002 struct frentry *fg_head;
[all …]
H A Dip_auth.h30 struct frentry fae_fr;
H A Dip_state.h157 struct frentry ips_fr;
H A Dip_nat.h302 struct frentry ipn_fr;
/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfstat.c814 struct frentry fb, *fg;
907 struct frentry fb, *fg;
1001 struct frentry *fp = NULL;
1011 fp = (struct frentry *)fiop->f_acctout6[set];
1014 fp = (struct frentry *)fiop->f_acctin6[set];
1019 fp = (struct frentry *)fiop->f_acctout[set];
1022 fp = (struct frentry *)fiop->f_acctin[set];
1031 fp = (struct frentry *)fiop->f_fout6[set];
1034 fp = (struct frentry *)fiop->f_fin6[set];
1039 fp = (struct frentry *)fiop->f_fout[set];
[all …]
H A Dipftest.c16 extern struct frentry *ipfilter[2][2];
/illumos-gate/usr/src/cmd/ipf/lib/
H A Daddicmp.c26 struct frentry *fp;
H A Dextras.c17 struct frentry *fr;
H A Dprintfr.c18 struct frentry *fp; in printfr()