Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dprintaddr.c44 case FRI_LOOKUP :
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipfcomp.c649 if (fr->fr_satype == FRI_LOOKUP) {
658 if (fr->fr_datype == FRI_LOOKUP) {
865 if (fr->fr_satype == FRI_LOOKUP) {
880 if (fr->fr_datype == FRI_LOOKUP) {
1131 ((fr1->fr_satype == FRI_LOOKUP) &&
1132 (fr->fr_satype == FRI_LOOKUP) &&
1159 ((fr1->fr_datype == FRI_LOOKUP) &&
1160 (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_41/usr/src/uts/common/inet/ipf/
H A Dfil.c1716 if (fr->fr_satype == FRI_LOOKUP) {
1759 if (fr->fr_datype == FRI_LOOKUP) {
3880 fr->fr_satype != FRI_LOOKUP) {
3887 fr->fr_datype != FRI_LOOKUP) {
3896 if (fr->fr_type == FR_T_IPF && fr->fr_satype == FRI_LOOKUP &&
3902 if (fr->fr_type == FR_T_IPF && fr->fr_datype == FRI_LOOKUP &&
4581 case FRI_LOOKUP :
4606 case FRI_LOOKUP :
5011 if (fr->fr_type == FR_T_IPF && fr->fr_satype == FRI_LOOKUP)
5013 if (fr->fr_type == FR_T_IPF && fr->fr_datype == FRI_LOOKUP)
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h545 #define FRI_LOOKUP 2 /* address is a pool # */ macro