Home
last modified time | relevance | path

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

/freebsd/cddl/contrib/opensolaris/cmd/dtrace/test/tst/common/ip/
H A Dtst.remotetcpstate.ksh159 state_event[TCP_STATE_TIME_WAIT] >= 1 ? "yes" : "no");
H A Dtst.localtcpstate.ksh175 state_event[TCP_STATE_TIME_WAIT] >= 1 ? "yes" : "no");
/freebsd/cddl/lib/libdtrace/
H A Dtcp.d79 #pragma D binding "1.13" TCP_STATE_TIME_WAIT
80 inline int TCP_STATE_TIME_WAIT = TCPS_TIME_WAIT; variable