Searched refs:add_p (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/drivers/isdn/hardware/eicon/ |
D | message.c | 118 static void add_p(PLCI *, byte, byte *); 1198 add_p(plci, LLI, lli); in connect_req() 1199 add_p(plci, ESC, esc_chi); in connect_req() 1228 add_p(plci, LLI, "\x01\x01"); in connect_req() 1231 add_p(plci, BC, cip_bc[GET_WORD(parms[0].info)][a->u_law]); in connect_req() 1232 add_p(plci, HLC, cip_hlc[GET_WORD(parms[0].info)]); in connect_req() 1234 add_p(plci, UID, "\x06\x43\x61\x70\x69\x32\x30"); in connect_req() 1265 if (ch == 4)add_p(plci, CHI, p_chi); in connect_req() 1268 if (noCh) add_p(plci, ESC, "\x02\x18\xfd"); /* D-channel, no B-L3 */ in connect_req() 1335 add_p(plci, LLI, "\x01\x01"); in connect_res() [all …]
|