Searched refs:TP_CLOSED (Results 1 - 6 of 6) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dtp_states.h7 #define TP_CLOSED 0x1 macro
H A Dtp_usrreq.c434 if (tpcb->tp_state == TP_CLOSED) {
453 if (tpcb->tp_state != TP_CLOSED || tpcb->tp_lsuffixlen == 0 ||
520 if (tpcb->tp_state == TP_CLOSED) {
H A Dtp_timer.c215 if (t == TM_reference && tpcb->tp_state == TP_CLOSED) {
H A Dtp_pcb.c663 tpcb->tp_state = TP_CLOSED;
927 if (tpcb->tp_state != TP_CLOSED)
H A Dtp_output.c509 } else if (cmd != PRCO_SETOPT || tpcb->tp_state != TP_CLOSED ||
/netbsd-6-1-5-RELEASE/usr.bin/netstat/
H A Diso.c345 tpcb.tp_state == TP_CLOSED ||
517 xpcb.x_state == TP_CLOSED ) {

Completed in 58 milliseconds