Home
last modified time | relevance | path

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

/freebsd/sbin/ipf/libipf/
H A Dcheckrev.c27 obj.ipfo_type = IPFOBJ_IPFSTAT; in checkrev()
H A Dprinthash_live.c33 obj.ipfo_type = IPFOBJ_LOOKUPITER; in printhash_live()
H A Dipf_dotuning.c24 obj.ipfo_type = IPFOBJ_TUNEABLE; in ipf_dotuning()
H A Dprintpool_live.c35 obj.ipfo_type = IPFOBJ_LOOKUPITER; in printpool_live()
H A Dprintdstl_live.c47 obj.ipfo_type = IPFOBJ_LOOKUPITER; in printdstl_live()
/freebsd/sbin/ipf/ipf/
H A Dipf.c371 obj.ipfo_type = IPFOBJ_IPFEXPR; in flushfilter()
467 obj.ipfo_type = IPFOBJ_IPFSTAT; in zerostats()
519 ipfo.ipfo_type = IPFOBJ_IPFSTAT; in showversion()
/freebsd/sbin/ipf/ipnat/
H A Dipnat.c197 obj.ipfo_type = IPFOBJ_NATSTAT; in main()
295 obj.ipfo_type = IPFOBJ_IPFEXPR; in flushtable()
407 obj.ipfo_type = IPFOBJ_GTABLE; in dotable()
525 obj.ipfo_type = IPFOBJ_GENITER; in dostats_live()
653 obj.ipfo_type = IPFOBJ_GENITER; in showhostmap_live()
H A Dipnat_y.y1471 obj.ipfo_type = IPFOBJ_IPNAT; in ipnat_addrule()
1673 obj.ipfo_type = IPFOBJ_PROXYCTL; in proxy_loadconfig()
/freebsd/sbin/ipf/ipfs/
H A Dipfs.c391 obj.ipfo_type = IPFOBJ_STATESAVE; in writestate()
492 obj.ipfo_type = IPFOBJ_STATESAVE; in readstate()
634 obj.ipfo_type = IPFOBJ_NATSAVE; in readnat()
697 obj.ipfo_type = IPFOBJ_NATSAVE; in writenat()
/freebsd/sbin/ipf/ipfstat/
H A Dipfstat.c462 ipfo.ipfo_type = IPFOBJ_IPFSTAT; in ipfstate_live()
479 ipfo.ipfo_type = IPFOBJ_STATESTAT; in ipfstate_live()
496 ipfo.ipfo_type = IPFOBJ_FRAGSTAT; in ipfstate_live()
512 ipfo.ipfo_type = IPFOBJ_AUTHSTAT; in ipfstate_live()
790 obj.ipfo_type = IPFOBJ_IPFITER; in printlivelist()
1126 obj.ipfo_type = IPFOBJ_GTABLE; in showstatestats()
1314 ipfo.ipfo_type = IPFOBJ_STATESTAT; in topipstates()
1798 obj.ipfo_type = IPFOBJ_GENITER; in showauthstates()
2109 obj.ipfo_type = IPFOBJ_GENITER; in fetchstate()
2137 obj.ipfo_type = IPFOBJ_GENITER; in fetchfrag()
[all …]
/freebsd/share/examples/ipfilter/samples/
H A Dproxy.c86 obj.ipfo_type = IPFOBJ_NATLOOKUP;
206 obj.ipfo_type = IPFOBJ_NATSAVE;
H A Drelay.c127 obj.ipfo_type = IPFOBJ_NATLOOKUP;
/freebsd/sbin/ipf/ippool/
H A Dippool.c949 obj.ipfo_type = IPFOBJ_LOOKUPITER; in showpools_live()
986 obj.ipfo_type = IPFOBJ_LOOKUPITER; in showhashs_live()
1020 obj.ipfo_type = IPFOBJ_LOOKUPITER; in showdstls_live()
/freebsd/sys/netpfil/ipfilter/netinet/
H A Dfil.c6196 if (objp->ipfo_type != type) { in ipf_inobj()
6263 if (obj.ipfo_type != type) { in ipf_inobjsz()
6322 if (obj.ipfo_type != type) { in ipf_outobjsz()
6378 if (obj.ipfo_type != type) { in ipf_outobj()
6427 int type = obj->ipfo_type; in ipf_outobjk()
7739 obj.ipfo_type = IPFOBJ_FRENTRY;
7768 dobj.ipfo_type = IPFOBJ_IPFEXPR;
7770 dobj.ipfo_type = IPFOBJ_FRIPF;
8412 if (objp->ipfo_type != IPFOBJ_IPFEXPR) {
H A Dip_auth.c870 objp->ipfo_type = IPFOBJ_FRAUTH; in ipf_auth_geniter()
H A Dip_fil.h1280 int ipfo_type; /* type of object being pointed to */ member
H A Dip_nat.c6564 objp->ipfo_type = IPFOBJ_IPNAT; in ipf_nat_getnext()
6575 objp->ipfo_type = IPFOBJ_NAT; in ipf_nat_getnext()
H A Dip_state.c4761 obj->ipfo_type = IPFOBJ_IPSTATE; in ipf_state_iter()
/freebsd/sbin/ipf/common/
H A Dipf_y.y2406 obj.ipfo_type = IPFOBJ_FRENTRY; in ipf_addrule()
/freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_platform_limits_netbsd.cpp349 int ipfo_type; member