Home
last modified time | relevance | path

Searched refs:BDCF_CANCELLING (Results 1 – 1 of 1) sorted by relevance

/xnu-8019.80.24/bsd/net/
H A Dif_bridge.c500 #define BDCF_CANCELLING 0x02 /* May be waiting for call completion */ macro
3918 if (call->bdc_flags & BDCF_CANCELLING) {
3944 (call->bdc_flags & (BDCF_OUTSTANDING | BDCF_CANCELLING))) {
4001 call->bdc_flags |= BDCF_CANCELLING;
4023 call->bdc_flags &= ~BDCF_CANCELLING;
4048 VERIFY((call->bdc_flags & BDCF_CANCELLING) == 0);