Lines Matching refs:ncpi_buffer
2808 sendf(appl, _CONNECT_B3_ACTIVE_I, Id, 0, "S", plci->ncpi_buffer); in connect_b3_res()
6478 plci->ncpi_buffer[0] = 0; in nl_ind()
6505 PUT_WORD(&(plci->ncpi_buffer[1]), (word)(GET_DWORD(data) & 0x0000FFFF)); in nl_ind()
6523 PUT_WORD(&(plci->ncpi_buffer[3]), ncpi_opt); in nl_ind()
6524 plci->ncpi_buffer[0] = 4; in nl_ind()
6536 sendf(plci->appl, _CONNECT_B3_ACTIVE_I, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
6647 plci->ncpi_buffer[0] = 0; in nl_ind()
6654 for (i = 0; i < plci->NL.RLength; i++) plci->ncpi_buffer[4 + i] = plci->NL.RBuffer->P[i]; in nl_ind()
6655 plci->ncpi_buffer[0] = (byte)(i + 3); in nl_ind()
6656 plci->ncpi_buffer[1] = (byte)(plci->NL.Ind & N_D_BIT ? 1 : 0); in nl_ind()
6657 plci->ncpi_buffer[2] = 0; in nl_ind()
6658 plci->ncpi_buffer[3] = 0; in nl_ind()
6666 PUT_WORD(&(plci->ncpi_buffer[1]), ((T30_INFO *)plci->NL.RBuffer->P)->rate_div_2400 * 2400); in nl_ind()
6683 PUT_WORD(&(plci->ncpi_buffer[3]), i); in nl_ind()
6684 PUT_WORD(&(plci->ncpi_buffer[5]), ((T30_INFO *)plci->NL.RBuffer->P)->data_format); in nl_ind()
6685 plci->ncpi_buffer[7] = ((T30_INFO *)plci->NL.RBuffer->P)->pages_low; in nl_ind()
6686 plci->ncpi_buffer[8] = ((T30_INFO *)plci->NL.RBuffer->P)->pages_high; in nl_ind()
6687 plci->ncpi_buffer[len] = 0; in nl_ind()
6690 plci->ncpi_buffer[len] = 20; in nl_ind()
6692 plci->ncpi_buffer[++len] = ((T30_INFO *)plci->NL.RBuffer->P)->station_id[i]; in nl_ind()
6707 plci->ncpi_buffer[++len] = plci->NL.RBuffer->P[i++]; in nl_ind()
6710 plci->ncpi_buffer[0] = len; in nl_ind()
6741 plci->ncpi_buffer[0] = plci->NL.RLength - 1; in nl_ind()
6743 plci->ncpi_buffer[i] = plci->NL.RBuffer->P[i]; in nl_ind()
6768 (byte)(plci->ncpi_buffer[0] + 1), plci->ncpi_buffer); in nl_ind()
6788 sendf(plci->appl, _CONNECT_B3_ACTIVE_I, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
6801 sendf(plci->appl, _CONNECT_B3_ACTIVE_I, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
6809 sendf(plci->appl, _DISCONNECT_B3_I, Id, 0, "wS", GOOD, plci->ncpi_buffer); in nl_ind()
6829 sendf(plci->appl, _CONNECT_B3_ACTIVE_I, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
6866 sendf(plci->appl, msg, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
6886 sendf(plci->appl, msg, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
6898 sendf(plci->appl, msg, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
6905 sendf(plci->appl, msg, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
6941 PUT_WORD(&plci->ncpi_buffer[1], i); in nl_ind()
6942 PUT_WORD(&plci->ncpi_buffer[3], 0); in nl_ind()
6944 PUT_WORD(&plci->ncpi_buffer[5], i); in nl_ind()
6945 PUT_WORD(&plci->ncpi_buffer[7], 0); in nl_ind()
6946 plci->ncpi_buffer[len] = 0; in nl_ind()
6947 plci->ncpi_buffer[0] = len; in nl_ind()
6956 plci->ncpi_buffer[++len] = 0; in nl_ind()
6957 plci->ncpi_buffer[++len] = 0; in nl_ind()
6958 plci->ncpi_buffer[++len] = 0; in nl_ind()
6959 plci->ncpi_buffer[0] = len; in nl_ind()
6962 sendf(plci->appl, _CONNECT_B3_I, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
6964 sendf(plci->appl, _DISCONNECT_B3_I, Id, 0, "wS", info, plci->ncpi_buffer); in nl_ind()
6995 sendf(plci->appl, _DISCONNECT_B3_I, Id, 0, "wS", info, plci->ncpi_buffer); in nl_ind()
7008 sendf(plci->appl, _RESET_B3_I, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
7012 sendf(plci->appl, _RESET_B3_I, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
7193 plci->ncpi_buffer[0] = 0; in get_plci()
14038 sendf(plci->appl, _CONNECT_B3_ACTIVE_I, Id, 0, "S", plci->ncpi_buffer); in fax_connect_ack_command()