Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipnat.c205 obj.ipfo_type = IPFOBJ_NATSTAT; in main()
431 obj.ipfo_type = IPFOBJ_GENITER; in dostats_live()
483 obj.ipfo_type = IPFOBJ_GENITER; in showhostmap_live()
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;
837 obj.ipfo_type = IPFOBJ_IPFITER;
1211 ipfo.ipfo_type = IPFOBJ_STATESTAT;
H A Dippool.c618 obj.ipfo_type = IPFOBJ_LOOKUPITER;
878 obj.ipfo_type = IPFOBJ_LOOKUPITER;
H A Dipf.c542 ipfo.ipfo_type = IPFOBJ_IPFSTAT; in showversion()
H A Dipnat_y.y977 obj.ipfo_type = IPFOBJ_IPNAT;
H A Dipf_y.y2216 obj.ipfo_type = IPFOBJ_FRENTRY;
/illumos-gate/usr/src/cmd/ipf/lib/
H A Dcheckrev.c26 ipfo.ipfo_type = IPFOBJ_IPFSTAT;
H A Dipf_dotuning.c23 obj.ipfo_type = IPFOBJ_TUNEABLE;
H A Dprinthash_live.c38 obj.ipfo_type = IPFOBJ_LOOKUPITER;
H A Dprintpool_live.c38 obj.ipfo_type = IPFOBJ_LOOKUPITER;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_compat.c222 switch (obj->ipfo_type)
285 switch (obj->ipfo_type)
H A Dfil.c5776 if (obj.ipfo_type != type)
5839 if (obj.ipfo_type != type)
5890 if (obj.ipfo_type != type)
5936 if (obj.ipfo_type != type)
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1170 int ipfo_type; /* type of object being pointed to */ member