Lines Matching refs:B3_prot

2523 …|| (((plci->B3_prot != B3_T90NL) && (plci->B3_prot != B3_ISO8208) && (plci->B3_prot != B3_X25_DCE))  in connect_b3_req()
2542 if (plci->B3_prot == 2 || plci->B3_prot == 3) in connect_b3_req()
2561 else if (plci->B3_prot == 5) in connect_b3_req()
2700 else if (plci->B3_prot == B3_RTP) in connect_b3_req()
2760 if ((plci->B3_prot == 4) || (plci->B3_prot == 5) || (plci->B3_prot == 7)) in connect_b3_res()
2766 if (((plci->B3_prot == 4) || (plci->B3_prot == 5)) in connect_b3_res()
2805 if (plci->B3_prot == 4) in connect_b3_res()
2813 else if (plci->B3_prot == B3_RTP) in connect_b3_res()
2888 && ((plci->B3_prot == B3_TRANSPARENT) in disconnect_b3_req()
2889 || (plci->B3_prot == B3_T30) in disconnect_b3_req()
2890 || (plci->B3_prot == B3_T30_WITH_EXTENSIONS))) in disconnect_b3_req()
2900 if (plci->B3_prot == 2 || plci->B3_prot == 3) in disconnect_b3_req()
2933 …if (((plci->B3_prot != B3_T90NL) && (plci->B3_prot != B3_ISO8208) && (plci->B3_prot != B3_X25_DCE)) in disconnect_b3_res()
2962 && ((plci->B3_prot == 4) || (plci->B3_prot == 5)) in disconnect_b3_res()
3103 switch (plci->B3_prot) in reset_b3_req()
3141 switch (plci->B3_prot) in reset_b3_res()
3666 if (((plci->B3_prot != 4) && (plci->B3_prot != 5)) in manufacturer_res()
5551 if (plci->B2_prot == B2_TRANSPARENT && plci->B3_prot == B3_TRANSPARENT) in sig_ind()
6476 || (plci->B3_prot == 7))) in nl_ind()
6529 if (plci->B3_prot == 7) in nl_ind()
6648 switch (plci->B3_prot) { in nl_ind()
6669 if (plci->B3_prot == 5) in nl_ind()
6753 if ((plci->B3_prot == 4) || (plci->B3_prot == 5)) in nl_ind()
6785 if (plci->B3_prot == 4) in nl_ind()
6798 if (plci->B3_prot == 4) in nl_ind()
6826 if (plci->B3_prot == 4) in nl_ind()
6859 else if (plci->B3_prot == 1) in nl_ind()
6863 if (plci->B3_prot == 4) in nl_ind()
6881 if (plci->B3_prot == 1) in nl_ind()
6888 else if ((plci->B3_prot == 4) || (plci->B3_prot == 5) || (plci->B3_prot == 7)) in nl_ind()
6895 if (plci->B3_prot == 4) in nl_ind()
6948 if (plci->B3_prot == 4) in nl_ind()
6972 && ((plci->B3_prot == 4) || (plci->B3_prot == 5)) in nl_ind()
6998 …&& ((plci->B3_prot != B3_T90NL) && (plci->B3_prot != B3_ISO8208) && (plci->B3_prot != B3_X25_DCE))) in nl_ind()
7114 else if ((plci->B3_prot == B3_RTP) && ((plci->NL.Ind & 0x0f) == N_BDATA)) in nl_ind()
7159 plci->B3_prot = 0; in get_plci()
7861 plci->B3_prot = 0 /*XPARENT*/; in add_b23()
7876 plci->B3_prot = 0 /*XPARENT*/; in add_b23()
7918 plci->B3_prot = (byte) GET_WORD(bp_parms[2].info); in add_b23()
7967 plci->B3_prot = (byte)GET_WORD(bp_parms[2].info); in add_b23()
8007 if (plci->B3_prot == 4 in add_b23()
8008 || plci->B3_prot == 5) in add_b23()
8025 if (plci->B3_prot != B3_TRANSPARENT) in add_b23()
8075 if (plci->B3_prot != B3_TRANSPARENT) in add_b23()
8211 if (plci->B3_prot == 4 in add_b23()
8212 || plci->B3_prot == 5) in add_b23()
8220 …((plci->B3_prot == 4) && (((byte)(GET_WORD((byte *)b3_config_parms[1].info))) != 5))) ? T30_RESOLU… in add_b23()
8241 if (plci->B3_prot == 5) in add_b23()
8310 if (plci->B3_prot == 5) in add_b23()
8410 if (plci->B3_prot == 4 in add_b23()
8411 || plci->B3_prot == 5 /*T.30 - FAX*/) return _B3_PARM_NOT_SUPPORTED; in add_b23()
8458 plci->B3_prot = (byte) GET_WORD(bp_parms[2].info); in add_modem_b23()
8715 else if ((plci->B3_prot == B3_RTP) && (data->Flags & 0x01)) in send_data()
14035 if (plci->B3_prot == 4) in fax_connect_ack_command()