Searched refs:ATP_CLOSING (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/netat/
H A Datp_misc.c77 if (atp->atp_flags & ATP_CLOSING)
H A Datp_open.c240 atp->atp_flags |= ATP_CLOSING;
H A Datp.h408 #define ATP_CLOSING 0x08 /* atp stream in process of closing */ macro
H A Datp_read.c123 (atp->atp_flags & ATP_CLOSING)) {
H A Datp_write.c1399 || (atp->atp_flags & ATP_CLOSING)) {
1629 || (atp->atp_flags & ATP_CLOSING)) {
1757 || (atp->atp_flags & ATP_CLOSING)) {
1827 || (atp->atp_flags & ATP_CLOSING)) {

Completed in 112 milliseconds