Searched refs:sClosing (Results 1 - 9 of 9) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_RxAttn.c76 if (sp->state != sOpen && sp->state != sClosing)
211 if (sp->state == sClosing) /* this ack may allow us to close... */
H A Dadsp_Close.c424 if ((sp->state != (word)sOpen) && (sp->state != (word)sClosing)) {
429 sp->state = sClosing; /* No matter what, we're closing */
442 } else /* sClosing & sOpen */
443 sp->state = sClosing;
492 if ((sp->state == sClosing) || (sp->state == sClosed))
H A Dadsp_Timer.c144 if (sp->state == sOpen || sp->state == sClosing) {
H A Dadsp_reset.c164 if (sp->state == sClosing) /* this ack may allow us to close... */
H A Dadsp_Control.c295 if ((sp->state == sOpen || sp->state == sClosing) && /* Correct state */
354 if (sp->state == sClosing) /* See if we were waiting on this write */
H A Dadsp_Read.c341 if (sp->state != sOpen && sp->state != sClosing && sp->state != sClosed) {
402 if (sp->state != sOpen && sp->state != sClosing && sp->state != sClosed) {
H A Dadsp_RxData.c215 if (sp->state == sClosing) /* this may allow us to close... */
H A Dadsp.c98 } else { /* sClosing & sOpen */
99 sp->state = sClosing;
H A Dadsp.h255 #define sClosing 5 /* connection is being torn down */ macro

Completed in 40 milliseconds