Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/isdn/hardware/eicon/
Dmessage.c217 void sendf(APPL *, word, dword, word, byte *, ...);
1107 sendf(appl, _CONNECT_R | CONFIRM, Id, Number, "w", 0); in connect_req()
1108 sendf(appl, _DISCONNECT_I, Id, 0, "w", _L1_ERROR); in connect_req()
1124 sendf(appl, _CONNECT_R | CONFIRM, Id, Number, "w", _WRONG_IDENTIFIER); in connect_req()
1286 sendf(appl, in connect_req()
1376 sendf(appl, _DISCONNECT_I, Id, 0, "w", _OTHER_APPL_CONNECTED); in connect_res()
1442 sendf(&application[i], _DISCONNECT_I, Id, 0, "w", _OTHER_APPL_CONNECTED); in connect_res()
1472 sendf(&application[i], _DISCONNECT_I, Id, 0, "w", 0); in disconnect_req()
1494 sendf(appl, _DISCONNECT_R | CONFIRM, Id, Number, "w", 0); in disconnect_req()
1495 sendf(appl, _DISCONNECT_I, Id, 0, "w", 0); in disconnect_req()
[all …]
Dcapifunc.c225 void sendf(APPL *appl, word command, dword Id, word Number, byte *format, ...) in sendf() function