Home
last modified time | relevance | path

Searched refs:IPF_TCPS_LISTEN (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/inet/ipf/
H A Dip_state.c3630 case IPF_TCPS_LISTEN: /* 0 */
3658 case IPF_TCPS_LISTEN :
3764 case IPF_TCPS_LISTEN :
3901 ASSERT(nstate >= IPF_TCPS_LISTEN &&
4211 tqp[IPF_TCPS_LISTEN].ifq_ttl = ifs->ifs_fr_tcptimeout;
/illumos-gate/usr/src/uts/common/inet/ipf/netinet/
H A Dip_compat.h2411 #define IPF_TCPS_LISTEN 0 /* listening for connection */ macro