Searched refs:sClosed (Results 1 - 11 of 11) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Close.c272 sp->state = sClosed;
412 sp->state = sClosed;
419 if (sp->state == (word)sClosed) { /* Ok to close a closed connection */
437 if (sp->state == sPassive || sp->state == sClosed ||
439 sp->state = sClosed;
492 if ((sp->state == sClosing) || (sp->state == sClosed))
495 sp->state = sClosed;
H A Dadsp_NewCID.c76 if (sp->state != sClosed) { /* Can only assign to a closed connection */
H A Dadsp_Timer.c86 sp->state = sClosed;
159 sp->state = sClosed;
H A Dadsp_Init.c147 sp->state = sClosed; /* Set state for connection end */
H A Dadsp.c91 if (sp->state == sPassive || sp->state == sClosed ||
106 if (sp->state != sClosed)
111 sp->state = sClosed;
H A Dadsp_Read.c148 ((sp->state == sClosed) && (!sp->rData)) ) {
183 if (sp->state == sClosed) {
341 if (sp->state != sOpen && sp->state != sClosing && sp->state != sClosed) {
402 if (sp->state != sOpen && sp->state != sClosing && sp->state != sClosed) {
H A Dadsp_Control.c154 if (sp->state == sClosed)
232 sp->state = sClosed; /* Now we're closed */
348 if (sp->state == sClosed) { /* must have sent a close advice */
H A Dadsp_Open.c149 if ((sp->state != sClosed) ||
H A Dadsp.h256 #define sClosed 6 /* connection end state is closed */ macro
H A Dadsp_stream.c96 if ((sp == 0) || (sp->gref==0) || (sp->state==sClosed))
H A Dadsp_Packet.c351 sClosed,

Completed in 41 milliseconds