Searched defs:fr_info_t (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h157 typedef struct fr_info fr_info_t; typedef in typeref:struct:fr_info
159 typedef int (* lookupfunc_t) __P((void *, int, void *, fr_info_t *, ipf_stack_t *));
429 typedef struct frentry *(*ipfunc_t) __P((fr_info_t *, u_32_t *));
442 #define FI_CSIZE offsetof(fr_info_t, fin_icode)
443 #define FI_LCSIZE offsetof(fr_info_t, fin_dp)
448 #define FI_COPYSIZE offsetof(fr_info_t, fin_dp)
553 typedef struct frentry * (* frentfunc_t) __P((fr_info_t *));
1385 extern int fr_make_rst __P((fr_info_t *));
1386 extern int fr_make_icmp __P((fr_info_t *));
1387 extern void fr_calc_chksum __P((fr_info_t *, mb_
[all...]

Completed in 2379 milliseconds