Symbol: frentry
usr/src/cmd/ipf/lib/addicmp.c
26
struct frentry *fp;
usr/src/cmd/ipf/lib/extras.c
17
struct frentry *fr;
usr/src/cmd/ipf/lib/printfr.c
18
struct frentry *fp;
usr/src/cmd/ipf/tools/ipfstat.c
1001
struct frentry *fp = NULL;
usr/src/cmd/ipf/tools/ipfstat.c
1011
fp = (struct frentry *)fiop->f_acctout6[set];
usr/src/cmd/ipf/tools/ipfstat.c
1014
fp = (struct frentry *)fiop->f_acctin6[set];
usr/src/cmd/ipf/tools/ipfstat.c
1019
fp = (struct frentry *)fiop->f_acctout[set];
usr/src/cmd/ipf/tools/ipfstat.c
1022
fp = (struct frentry *)fiop->f_acctin[set];
usr/src/cmd/ipf/tools/ipfstat.c
1031
fp = (struct frentry *)fiop->f_fout6[set];
usr/src/cmd/ipf/tools/ipfstat.c
1034
fp = (struct frentry *)fiop->f_fin6[set];
usr/src/cmd/ipf/tools/ipfstat.c
1039
fp = (struct frentry *)fiop->f_fout[set];
usr/src/cmd/ipf/tools/ipfstat.c
1042
fp = (struct frentry *)fiop->f_fin[set];
usr/src/cmd/ipf/tools/ipfstat.c
814
struct frentry fb, *fg;
usr/src/cmd/ipf/tools/ipfstat.c
907
struct frentry fb, *fg;
usr/src/cmd/ipf/tools/ipftest.c
16
extern struct frentry *ipfilter[2][2];
usr/src/uts/common/inet/ipf/fil.c
1866
struct frentry *fr, *fnext;
usr/src/uts/common/inet/ipf/fil.c
5680
{ 1, sizeof(struct frentry) }, /* frentry */
usr/src/uts/common/inet/ipf/ip_compat.c
187
struct frentry ipn_fr;
usr/src/uts/common/inet/ipf/ipf.h
191
extern int addicmp __P((char ***, struct frentry *, int));
usr/src/uts/common/inet/ipf/ipf.h
193
extern int addkeep __P((char ***, struct frentry *, int));
usr/src/uts/common/inet/ipf/ipf.h
201
extern int extras __P((char ***, struct frentry *, int));
usr/src/uts/common/inet/ipf/ipf.h
206
extern int getport __P((struct frentry *, char *, u_short *));
usr/src/uts/common/inet/ipf/ipf.h
243
extern struct frentry *parse __P((char *, int));
usr/src/uts/common/inet/ipf/ipf.h
253
extern void printfr __P((struct frentry *, ioctlfunc_t));
usr/src/uts/common/inet/ipf/ipf.h
264
extern void printlog __P((struct frentry *));
usr/src/uts/common/inet/ipf/ipf.h
288
extern void printc __P((struct frentry *));
usr/src/uts/common/inet/ipf/ipf.h
290
extern void emit __P((int, int, void *, struct frentry *));
usr/src/uts/common/inet/ipf/netinet/ip_auth.h
30
struct frentry fae_fr;
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
1002
struct frentry *fg_head;
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
1003
struct frentry *fg_start;
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
379
struct frentry *fin_fr; /* last matching rule */
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
435
typedef struct frentry *(*ipfunc_t) __P((fr_info_t *, u_32_t *));
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
436
typedef int (*ipfuncinit_t) __P((struct frentry *,
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
559
typedef struct frentry * (* frentfunc_t) __P((fr_info_t *));
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
563
struct frentry *fr_next;
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
564
struct frentry **fr_grp;
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
681
#define FR_CMPSIZ (sizeof(struct frentry) - \
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
682
offsetof(struct frentry, fr_func))
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
953
struct frentry *f_ipf[2][2];
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
954
struct frentry *f_acct[2][2];
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
955
struct frentry *f_ipf6[2][2];
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
956
struct frentry *f_acct6[2][2];
usr/src/uts/common/inet/ipf/netinet/ip_fil.h
957
struct frentry *f_auth;
usr/src/uts/common/inet/ipf/netinet/ip_nat.h
302
struct frentry ipn_fr;
usr/src/uts/common/inet/ipf/netinet/ip_state.h
157
struct frentry ips_fr;