Home
last modified time | relevance | path

Searched refs:FI_CSIZE (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_log.c457 bzero((char *)&ifs->ifs_iplcrc[dev], FI_CSIZE);
696 bzero((char *)&ifs->ifs_iplcrc[unit], FI_CSIZE);
H A Dip_auth.c199 !bcmp((char *)fin, (char *)&fra->fra_info, FI_CSIZE)) {
H A Dfil.c2170 if (!bcmp((char *)fin, (char *)fc, FI_CSIZE)) {
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h448 #define FI_CSIZE offsetof(fr_info_t, fin_icode) macro