Home
last modified time | relevance | path

Searched refs:ipfo_type (Results 1 – 14 of 14) sorted by relevance

/titanic_41/usr/src/cmd/ipf/lib/common/
H A Dcheckrev.c26 ipfo.ipfo_type = IPFOBJ_IPFSTAT;
H A Dipf_dotuning.c23 obj.ipfo_type = IPFOBJ_TUNEABLE;
H A Dprinthash_live.c40 obj.ipfo_type = IPFOBJ_LOOKUPITER;
H A Dprintpool_live.c40 obj.ipfo_type = IPFOBJ_LOOKUPITER;
/titanic_41/usr/src/uts/common/inet/ipf/
H A Dip_compat.c223 switch (obj->ipfo_type)
286 switch (obj->ipfo_type)
H A Dfil.c5777 if (obj.ipfo_type != type)
5840 if (obj.ipfo_type != type)
5891 if (obj.ipfo_type != type)
5937 if (obj.ipfo_type != type)
/titanic_41/usr/src/cmd/ipf/tools/
H A Dipnat.c216 obj.ipfo_type = IPFOBJ_NATSTAT;
445 obj.ipfo_type = IPFOBJ_GENITER;
498 obj.ipfo_type = IPFOBJ_GENITER;
H A Dipfs.c428 obj.ipfo_type = IPFOBJ_STATESAVE;
533 obj.ipfo_type = IPFOBJ_STATESAVE;
666 obj.ipfo_type = IPFOBJ_NATSAVE;
719 obj.ipfo_type = IPFOBJ_NATSAVE;
H A Dipfstat.c456 ipfo.ipfo_type = IPFOBJ_IPFSTAT;
473 ipfo.ipfo_type = IPFOBJ_STATESTAT;
490 ipfo.ipfo_type = IPFOBJ_FRAGSTAT;
521 ipfo.ipfo_type = IPFOBJ_AUTHSTAT;
836 obj.ipfo_type = IPFOBJ_IPFITER;
1212 ipfo.ipfo_type = IPFOBJ_STATESTAT;
H A Dippool.c619 obj.ipfo_type = IPFOBJ_LOOKUPITER;
887 obj.ipfo_type = IPFOBJ_LOOKUPITER;
H A Dipf.c542 ipfo.ipfo_type = IPFOBJ_IPFSTAT; in showversion()
H A Dipnat_y.y979 obj.ipfo_type = IPFOBJ_IPNAT;
H A Dipf_y.y2216 obj.ipfo_type = IPFOBJ_FRENTRY;
/titanic_41/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1167 int ipfo_type; /* type of object being pointed to */ member