Searched refs:ACT_ABORTACCEPT (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/drivers/isdn/gigaset/ |
D | ev-layer.c | 103 #define ACT_ABORTACCEPT 28 macro 332 {RSP_ERROR, 721, 729, -1, 0, 0, {ACT_ABORTACCEPT} }, 333 {EV_TIMEOUT, 721, 729, -1, 0, 0, {ACT_ABORTACCEPT} }, 334 {RSP_ZSAU, 700, 729, ZSAU_NULL, 0, 0, {ACT_ABORTACCEPT} }, 335 {RSP_ZSAU, 700, 729, ZSAU_ACTIVE, 0, 0, {ACT_ABORTACCEPT} }, 336 {RSP_ZSAU, 700, 729, ZSAU_DISCONNECT_IND, 0, 0, {ACT_ABORTACCEPT} }, 1289 case ACT_ABORTACCEPT: /* hangup/error/timeout during ICALL procssng */ in do_action()
|