Lines Matching refs:ncpi_buffer
2931 sendf(appl, _CONNECT_B3_ACTIVE_I, Id, 0, "S", plci->ncpi_buffer); in connect_b3_res()
6616 plci->ncpi_buffer[0] = 0; in nl_ind()
6643 PUT_WORD(&(plci->ncpi_buffer[1]), (word)(GET_DWORD(data) & 0x0000FFFF)); in nl_ind()
6661 PUT_WORD(&(plci->ncpi_buffer[3]), ncpi_opt); in nl_ind()
6662 plci->ncpi_buffer[0] = 4; in nl_ind()
6674 sendf(plci->appl, _CONNECT_B3_ACTIVE_I, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
6785 plci->ncpi_buffer[0] = 0; in nl_ind()
6792 for (i = 0; i < plci->NL.RLength; i++) plci->ncpi_buffer[4 + i] = plci->NL.RBuffer->P[i]; in nl_ind()
6793 plci->ncpi_buffer[0] = (byte)(i + 3); in nl_ind()
6794 plci->ncpi_buffer[1] = (byte)(plci->NL.Ind & N_D_BIT ? 1 : 0); in nl_ind()
6795 plci->ncpi_buffer[2] = 0; in nl_ind()
6796 plci->ncpi_buffer[3] = 0; in nl_ind()
6804 PUT_WORD(&(plci->ncpi_buffer[1]), ((T30_INFO *)plci->NL.RBuffer->P)->rate_div_2400 * 2400); in nl_ind()
6821 PUT_WORD(&(plci->ncpi_buffer[3]), i); in nl_ind()
6822 PUT_WORD(&(plci->ncpi_buffer[5]), ((T30_INFO *)plci->NL.RBuffer->P)->data_format); in nl_ind()
6823 plci->ncpi_buffer[7] = ((T30_INFO *)plci->NL.RBuffer->P)->pages_low; in nl_ind()
6824 plci->ncpi_buffer[8] = ((T30_INFO *)plci->NL.RBuffer->P)->pages_high; in nl_ind()
6825 plci->ncpi_buffer[len] = 0; in nl_ind()
6828 plci->ncpi_buffer[len] = 20; in nl_ind()
6830 plci->ncpi_buffer[++len] = ((T30_INFO *)plci->NL.RBuffer->P)->station_id[i]; in nl_ind()
6845 plci->ncpi_buffer[++len] = plci->NL.RBuffer->P[i++]; in nl_ind()
6848 plci->ncpi_buffer[0] = len; in nl_ind()
6879 plci->ncpi_buffer[0] = plci->NL.RLength - 1; in nl_ind()
6881 plci->ncpi_buffer[i] = plci->NL.RBuffer->P[i]; in nl_ind()
6906 (byte)(plci->ncpi_buffer[0] + 1), plci->ncpi_buffer); in nl_ind()
6926 sendf(plci->appl, _CONNECT_B3_ACTIVE_I, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
6939 sendf(plci->appl, _CONNECT_B3_ACTIVE_I, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
6947 sendf(plci->appl, _DISCONNECT_B3_I, Id, 0, "wS", GOOD, plci->ncpi_buffer); in nl_ind()
6967 sendf(plci->appl, _CONNECT_B3_ACTIVE_I, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
7004 sendf(plci->appl, msg, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
7024 sendf(plci->appl, msg, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
7036 sendf(plci->appl, msg, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
7043 sendf(plci->appl, msg, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
7079 PUT_WORD(&plci->ncpi_buffer[1], i); in nl_ind()
7080 PUT_WORD(&plci->ncpi_buffer[3], 0); in nl_ind()
7082 PUT_WORD(&plci->ncpi_buffer[5], i); in nl_ind()
7083 PUT_WORD(&plci->ncpi_buffer[7], 0); in nl_ind()
7084 plci->ncpi_buffer[len] = 0; in nl_ind()
7085 plci->ncpi_buffer[0] = len; in nl_ind()
7094 plci->ncpi_buffer[++len] = 0; in nl_ind()
7095 plci->ncpi_buffer[++len] = 0; in nl_ind()
7096 plci->ncpi_buffer[++len] = 0; in nl_ind()
7097 plci->ncpi_buffer[0] = len; in nl_ind()
7100 sendf(plci->appl, _CONNECT_B3_I, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
7102 sendf(plci->appl, _DISCONNECT_B3_I, Id, 0, "wS", info, plci->ncpi_buffer); in nl_ind()
7133 sendf(plci->appl, _DISCONNECT_B3_I, Id, 0, "wS", info, plci->ncpi_buffer); in nl_ind()
7146 sendf(plci->appl, _RESET_B3_I, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
7150 sendf(plci->appl, _RESET_B3_I, Id, 0, "S", plci->ncpi_buffer); in nl_ind()
7331 plci->ncpi_buffer[0] = 0; in get_plci()
14141 sendf(plci->appl, _CONNECT_B3_ACTIVE_I, Id, 0, "S", plci->ncpi_buffer); in fax_connect_ack_command()