Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/ipf/tools/
H A Dipmon.c831 if (sl->isl_type == ISL_NEW)
833 else if (sl->isl_type == ISL_CLONE)
835 else if (sl->isl_type == ISL_EXPIRE) {
842 } else if (sl->isl_type == ISL_FLUSH)
844 else if (sl->isl_type == ISL_INTERMEDIATE)
846 else if (sl->isl_type == ISL_REMOVE)
848 else if (sl->isl_type == ISL_KILLED)
851 sprintf(t, "Type: %d ", sl->isl_type);
891 if (sl->isl_type != ISL_NEW) {
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_state.h169 u_short isl_type; member
/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c3960 ipsl.isl_type = type;