Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ipf/lib/common/
H A Dprintaddr.c44 case FRI_LOOKUP :
/titanic_50/usr/src/cmd/ipf/tools/
H A Dipfcomp.c642 if (fr->fr_satype == FRI_LOOKUP) {
651 if (fr->fr_datype == FRI_LOOKUP) {
858 if (fr->fr_satype == FRI_LOOKUP) {
873 if (fr->fr_datype == FRI_LOOKUP) {
1124 ((fr1->fr_satype == FRI_LOOKUP) &&
1125 (fr->fr_satype == FRI_LOOKUP) &&
1152 ((fr1->fr_datype == FRI_LOOKUP) &&
1153 (fr->fr_datype == FRI_LOOKUP) &&
H A Dipf_y.y819 fr->fr_satype = FRI_LOOKUP;)
831 fr->fr_satype = FRI_LOOKUP;)
840 fr->fr_satype = FRI_LOOKUP;)
884 fr->fr_datype = FRI_LOOKUP;)
896 fr->fr_datype = FRI_LOOKUP;)
905 fr->fr_datype = FRI_LOOKUP;)
/titanic_50/usr/src/uts/common/inet/ipf/
H A Dfil.c1717 if (fr->fr_satype == FRI_LOOKUP) {
1760 if (fr->fr_datype == FRI_LOOKUP) {
3883 fr->fr_satype != FRI_LOOKUP) {
3890 fr->fr_datype != FRI_LOOKUP) {
3899 if (fr->fr_type == FR_T_IPF && fr->fr_satype == FRI_LOOKUP &&
3905 if (fr->fr_type == FR_T_IPF && fr->fr_datype == FRI_LOOKUP &&
4584 case FRI_LOOKUP :
4609 case FRI_LOOKUP :
5014 if (fr->fr_type == FR_T_IPF && fr->fr_satype == FRI_LOOKUP)
5016 if (fr->fr_type == FR_T_IPF && fr->fr_datype == FRI_LOOKUP)
/titanic_50/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h550 #define FRI_LOOKUP 2 /* address is a pool # */ macro