Searched refs:TP_OPEN (Results 1 - 4 of 4) sorted by relevance

/netbsd-6-1-5-RELEASE/sys/netiso/
H A Dtp_states.h10 #define TP_OPEN 0x4 macro
H A Dtp_usrreq.c654 if (tpcb->tp_state != TP_AKWAIT && tpcb->tp_state != TP_OPEN) {
698 if (tpcb->tp_state == TP_OPEN)
716 if (tpcb->tp_state == TP_OPEN || tpcb->tp_state == TP_CONFIRMING) {
H A Dtp_driver.c189 if (p->tp_state == TP_OPEN)
201 if (p->tp_state == TP_OPEN) {
254 if (p->tp_state == TP_OPEN) {
547 if (p->tp_state == TP_OPEN) {
H A Dtp_output.c446 tpcb->tp_state == TP_OPEN &&

Completed in 102 milliseconds