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

/macosx-10.5.8/xnu-1228.15.4/bsd/netat/
H A Datp_misc.c91 trp->tr_state = TRANS_FAILED;
H A Datp.h343 #define TRANS_FAILED 4 /* done - waiting for poll to report failure */ macro
H A Datp_read.c183 if (trp->tr_state == TRANS_FAILED) {
H A Datp_write.c942 case TRANS_FAILED:
1550 while ((trp->tr_state != TRANS_DONE) && (trp->tr_state != TRANS_FAILED) &&
1564 if (trp->tr_state == TRANS_FAILED || trp->tr_state == TRANS_ABORTING) {
1862 case TRANS_FAILED:

Completed in 45 milliseconds