Searched refs:dspClose (Results 1 - 3 of 3) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Dadsp_Close.c33 /* dspClose.c
340 * dspClose
391 * Either dspClose or dspRemove
394 if (sp->removing) { /* Don't allow dspRemove or dspClose */
410 if (pb->csCode == (short)dspClose) {
430 } /* dspClose */
433 sp->removing = 1; /* Prevent allowing another dspClose. */
504 pb->csCode = dspClose;
H A Dadsp.c95 sp->removing = 1; /* Prevent allowing another dspClose. */
110 sp->removing = 1; /* Prevent allowing another dspClose. */
216 ap->csCode = dspClose;
H A Dadsp.h227 #define dspClose 252 /* close a connection */ macro
409 TRcloseParams closeParams; /* dspClose, dspRemove */

Completed in 29 milliseconds