Lines Matching refs:B2_prot

2525 …|| (((plci->B2_prot != B2_SDLC) && (plci->B2_prot != B2_LAPD) && (plci->B2_prot != B2_LAPD_FREE_SA…  in connect_b3_req()
2934 && ((plci->B2_prot != B2_LAPD) && (plci->B2_prot != B2_LAPD_FREE_SAPI_SEL))) in disconnect_b3_res()
5551 if (plci->B2_prot == B2_TRANSPARENT && plci->B3_prot == B3_TRANSPARENT) in sig_ind()
6474 && (((plci->B2_prot != B2_SDLC) && ((plci->B1_resource == 17) || (plci->B1_resource == 18))) in nl_ind()
6475 || (plci->B2_prot == 7) in nl_ind()
6611 && ((plci->B2_prot == B2_V120_ASYNC) in nl_ind()
6612 || (plci->B2_prot == B2_V120_ASYNC_V42BIS) in nl_ind()
6613 || (plci->B2_prot == B2_V120_BIT_TRANSPARENT))) in nl_ind()
7027 if (((a->ncci_state[ncci] != CONNECTED) && (plci->B2_prot == 1)) /* transparent */ in nl_ind()
7092 && ((plci->B2_prot == B2_V120_ASYNC) in nl_ind()
7093 || (plci->B2_prot == B2_V120_ASYNC_V42BIS) in nl_ind()
7094 || (plci->B2_prot == B2_V120_BIT_TRANSPARENT))) in nl_ind()
7158 plci->B2_prot = 0; in get_plci()
7860 plci->B2_prot = 1 /*XPARENT*/; in add_b23()
7875 plci->B2_prot = 0 /*X.75 */; in add_b23()
7917 plci->B2_prot = (byte) GET_WORD(bp_parms[1].info); in add_b23()
7966 plci->B2_prot = (byte)GET_WORD(bp_parms[1].info); in add_b23()
7968 if (plci->B2_prot == 12) SAPI = 0; /* default SAPI D-channel */ in add_b23()
7989 if (plci->B2_prot == B2_PIAFS) in add_b23()
8142 if ((b2_config->length >= 2) && (plci->B2_prot == 12)) in add_b23()
8457 plci->B2_prot = (byte) GET_WORD(bp_parms[1].info); in add_modem_b23()
8694 if ((plci->B2_prot == B2_V120_ASYNC) in send_data()
8695 || (plci->B2_prot == B2_V120_ASYNC_V42BIS) in send_data()
8696 || (plci->B2_prot == B2_V120_BIT_TRANSPARENT)) in send_data()