Searched refs:V120_V42BIS (Results 1 – 3 of 3) sorted by relevance
/linux-3.4.99/drivers/isdn/hardware/eicon/ |
D | pc.h | 428 #define V120_V42BIS 15 /* V.120 asynchronous mode supporting V.42bis compression */ macro
|
D | divacapi.h | 431 #define V120_V42BIS 15 /* V.120 layer-2 protocol supporting V.42 bis compression */ macro
|
D | message.c | 7951 const byte llc2_out[] = {1,2,4,6,2,0,0,0, X75_V42BIS,V120_L2,V120_V42BIS,V120_L2,6}; in add_b23() 7952 const byte llc2_in[] = {1,3,4,6,3,0,0,0, X75_V42BIS,V120_L2,V120_V42BIS,V120_L2,6}; in add_b23() 8211 if ((llc[1] == V120_L2) || (llc[1] == V120_V42BIS)) in add_b23() 8224 …if ((llc[1] == V120_V42BIS) && api_parse(&b2_config->info[1], (word)b2_config->length, "bbbbwww", … in add_b23() 8236 if (llc[1] == V120_V42BIS) { in add_b23()
|