Lines Matching refs:B2_prot

2648 …|| (((plci->B2_prot != B2_SDLC) && (plci->B2_prot != B2_LAPD) && (plci->B2_prot != B2_LAPD_FREE_SA…  in connect_b3_req()
3057 && ((plci->B2_prot != B2_LAPD) && (plci->B2_prot != B2_LAPD_FREE_SAPI_SEL))) in disconnect_b3_res()
5675 if (plci->B2_prot == B2_TRANSPARENT && plci->B3_prot == B3_TRANSPARENT) in sig_ind()
6612 && (((plci->B2_prot != B2_SDLC) && ((plci->B1_resource == 17) || (plci->B1_resource == 18))) in nl_ind()
6613 || (plci->B2_prot == 7) in nl_ind()
6749 && ((plci->B2_prot == B2_V120_ASYNC) in nl_ind()
6750 || (plci->B2_prot == B2_V120_ASYNC_V42BIS) in nl_ind()
6751 || (plci->B2_prot == B2_V120_BIT_TRANSPARENT))) in nl_ind()
7164 if (((a->ncci_state[ncci] != CONNECTED) && (plci->B2_prot == 1)) /* transparent */ in nl_ind()
7229 && ((plci->B2_prot == B2_V120_ASYNC) in nl_ind()
7230 || (plci->B2_prot == B2_V120_ASYNC_V42BIS) in nl_ind()
7231 || (plci->B2_prot == B2_V120_BIT_TRANSPARENT))) in nl_ind()
7296 plci->B2_prot = 0; in get_plci()
7998 plci->B2_prot = 1 /*XPARENT*/; in add_b23()
8013 plci->B2_prot = 0 /*X.75 */; in add_b23()
8055 plci->B2_prot = (byte) GET_WORD(bp_parms[1].info); in add_b23()
8104 plci->B2_prot = (byte)GET_WORD(bp_parms[1].info); in add_b23()
8106 if (plci->B2_prot == 12) SAPI = 0; /* default SAPI D-channel */ in add_b23()
8127 if (plci->B2_prot == B2_PIAFS) in add_b23()
8280 if ((b2_config->length >= 2) && (plci->B2_prot == 12)) in add_b23()
8595 plci->B2_prot = (byte) GET_WORD(bp_parms[1].info); in add_modem_b23()
8832 if ((plci->B2_prot == B2_V120_ASYNC) in send_data()
8833 || (plci->B2_prot == B2_V120_ASYNC_V42BIS) in send_data()
8834 || (plci->B2_prot == B2_V120_BIT_TRANSPARENT)) in send_data()