Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/isdn/hardware/eicon/
Dmessage.c232 void sendf(APPL *, word, dword, word, byte *, ...);
1224 sendf(appl, _CONNECT_R | CONFIRM, Id, Number, "w", 0); in connect_req()
1225 sendf(appl, _DISCONNECT_I, Id, 0, "w", _L1_ERROR); in connect_req()
1241 sendf(appl, _CONNECT_R | CONFIRM, Id, Number, "w", _WRONG_IDENTIFIER); in connect_req()
1403 sendf(appl, 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()
1617 sendf(appl, _DISCONNECT_R | CONFIRM, Id, Number, "w", 0); in disconnect_req()
1618 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