Home
last modified time | relevance | path

Searched refs:FR_EQUAL (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/cmd/ipf/lib/common/
H A Dports.c54 comp = FR_EQUAL;
/titanic_44/usr/src/cmd/ipf/tools/
H A Dipf_y.y865 portnum { DOREM(fr->fr_scmp = FR_EQUAL; fr->fr_sport = $1;) }
867 { DOREM(fr->fr_scmp = FR_EQUAL; fr->fr_sport = $3;) }
931 portnum { DOREM(fr->fr_dcmp = FR_EQUAL; fr->fr_dport = $1;) }
933 { DOREM(fr->fr_dcmp = FR_EQUAL; fr->fr_dport = $3;) }
1130 porteq: port '=' { $$ = FR_EQUAL;
1488 YY_CMP_EQ { $$ = FR_EQUAL; }
H A Dipnat_y.y761 '=' { $$ = FR_EQUAL; }
762 | YY_CMP_EQ { $$ = FR_EQUAL; }
/titanic_44/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h494 #define FR_EQUAL 1 macro
/titanic_44/usr/src/uts/common/inet/ipf/
H A Dfil.c1563 case FR_EQUAL :