Lines Matching refs:B3_prot
2646 …|| (((plci->B3_prot != B3_T90NL) && (plci->B3_prot != B3_ISO8208) && (plci->B3_prot != B3_X25_DCE)) in connect_b3_req()
2665 if (plci->B3_prot == 2 || plci->B3_prot == 3) in connect_b3_req()
2684 else if (plci->B3_prot == 5) in connect_b3_req()
2823 else if (plci->B3_prot == B3_RTP) in connect_b3_req()
2883 if ((plci->B3_prot == 4) || (plci->B3_prot == 5) || (plci->B3_prot == 7)) in connect_b3_res()
2889 if (((plci->B3_prot == 4) || (plci->B3_prot == 5)) in connect_b3_res()
2928 if (plci->B3_prot == 4) in connect_b3_res()
2936 else if (plci->B3_prot == B3_RTP) in connect_b3_res()
3011 && ((plci->B3_prot == B3_TRANSPARENT) in disconnect_b3_req()
3012 || (plci->B3_prot == B3_T30) in disconnect_b3_req()
3013 || (plci->B3_prot == B3_T30_WITH_EXTENSIONS))) in disconnect_b3_req()
3023 if (plci->B3_prot == 2 || plci->B3_prot == 3) in disconnect_b3_req()
3056 …if (((plci->B3_prot != B3_T90NL) && (plci->B3_prot != B3_ISO8208) && (plci->B3_prot != B3_X25_DCE)) in disconnect_b3_res()
3085 && ((plci->B3_prot == 4) || (plci->B3_prot == 5)) in disconnect_b3_res()
3226 switch (plci->B3_prot) in reset_b3_req()
3264 switch (plci->B3_prot) in reset_b3_res()
3791 if (((plci->B3_prot != 4) && (plci->B3_prot != 5)) in manufacturer_res()
5675 if (plci->B2_prot == B2_TRANSPARENT && plci->B3_prot == B3_TRANSPARENT) in sig_ind()
6614 || (plci->B3_prot == 7))) in nl_ind()
6667 if (plci->B3_prot == 7) in nl_ind()
6786 switch (plci->B3_prot) { in nl_ind()
6807 if (plci->B3_prot == 5) in nl_ind()
6891 if ((plci->B3_prot == 4) || (plci->B3_prot == 5)) in nl_ind()
6923 if (plci->B3_prot == 4) in nl_ind()
6936 if (plci->B3_prot == 4) in nl_ind()
6964 if (plci->B3_prot == 4) in nl_ind()
6997 else if (plci->B3_prot == 1) in nl_ind()
7001 if (plci->B3_prot == 4) in nl_ind()
7019 if (plci->B3_prot == 1) in nl_ind()
7026 else if ((plci->B3_prot == 4) || (plci->B3_prot == 5) || (plci->B3_prot == 7)) in nl_ind()
7033 if (plci->B3_prot == 4) in nl_ind()
7086 if (plci->B3_prot == 4) in nl_ind()
7110 && ((plci->B3_prot == 4) || (plci->B3_prot == 5)) in nl_ind()
7136 …&& ((plci->B3_prot != B3_T90NL) && (plci->B3_prot != B3_ISO8208) && (plci->B3_prot != B3_X25_DCE))) in nl_ind()
7251 else if ((plci->B3_prot == B3_RTP) && ((plci->NL.Ind & 0x0f) == N_BDATA)) in nl_ind()
7297 plci->B3_prot = 0; in get_plci()
7999 plci->B3_prot = 0 /*XPARENT*/; in add_b23()
8014 plci->B3_prot = 0 /*XPARENT*/; in add_b23()
8056 plci->B3_prot = (byte) GET_WORD(bp_parms[2].info); in add_b23()
8105 plci->B3_prot = (byte)GET_WORD(bp_parms[2].info); in add_b23()
8145 if (plci->B3_prot == 4 in add_b23()
8146 || plci->B3_prot == 5) in add_b23()
8163 if (plci->B3_prot != B3_TRANSPARENT) in add_b23()
8213 if (plci->B3_prot != B3_TRANSPARENT) in add_b23()
8349 if (plci->B3_prot == 4 in add_b23()
8350 || plci->B3_prot == 5) in add_b23()
8358 …((plci->B3_prot == 4) && (((byte)(GET_WORD((byte *)b3_config_parms[1].info))) != 5))) ? T30_RESOLU… in add_b23()
8379 if (plci->B3_prot == 5) in add_b23()
8448 if (plci->B3_prot == 5) in add_b23()
8548 if (plci->B3_prot == 4 in add_b23()
8549 || plci->B3_prot == 5 /*T.30 - FAX*/) return _B3_PARM_NOT_SUPPORTED; in add_b23()
8596 plci->B3_prot = (byte) GET_WORD(bp_parms[2].info); in add_modem_b23()
8853 else if ((plci->B3_prot == B3_RTP) && (data->Flags & 0x01)) in send_data()
14138 if (plci->B3_prot == 4) in fax_connect_ack_command()