Home
last modified time | relevance | path

Searched refs:IPFOBJ_STATESAVE (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipfs.c428 obj.ipfo_type = IPFOBJ_STATESAVE;
533 obj.ipfo_type = IPFOBJ_STATESAVE;
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c618 error = fr_inobj(data, &ips, IPFOBJ_STATESAVE);
648 error = fr_outobj(data, &ips, IPFOBJ_STATESAVE);
676 error = fr_inobj(data, &ips, IPFOBJ_STATESAVE);
756 error = fr_outobj(data, &ips, IPFOBJ_STATESAVE);
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_fil.h1202 #define IPFOBJ_STATESAVE 7 /* struct ipstate_save */ macro