Searched refs:_DISCONNECT_I (Results 1 – 2 of 2) sorted by relevance
/linux-3.4.99/drivers/isdn/hardware/eicon/ |
D | capi20.h | 77 #define _DISCONNECT_I 0x8204 macro
|
D | message.c | 272 {_DISCONNECT_I | RESPONSE, "", disconnect_res}, 425 || (msg->header.command == (_DISCONNECT_I | RESPONSE))) in api_put() 1225 sendf(appl, _DISCONNECT_I, Id, 0, "w", _L1_ERROR); in connect_req() 1493 sendf(appl, _DISCONNECT_I, Id, 0, "w", _OTHER_APPL_CONNECTED); in connect_res() 1560 sendf(&application[i], _DISCONNECT_I, Id, 0, "w", _OTHER_APPL_CONNECTED); in connect_res() 1594 sendf(&application[i], _DISCONNECT_I, Id, 0, "w", 0); in disconnect_req() 1618 sendf(appl, _DISCONNECT_I, Id, 0, "w", 0); in disconnect_req() 3076 sendf(plci->appl, _DISCONNECT_I, Id & 0xffffL, 0, "w", 0); in disconnect_b3_res() 3361 sendf(&application[i], _DISCONNECT_I, Id, 0, "w", _OTHER_APPL_CONNECTED); in select_b_req() 4928 sendf(plci->appl, _DISCONNECT_I, Id, 0, "w", 0); in sig_ind() [all …]
|