Searched refs:V120_V42BIS (Results 1 – 3 of 3) sorted by relevance
/linux-2.6.39/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 | 7955 const byte llc2_out[] = {1,2,4,6,2,0,0,0, X75_V42BIS,V120_L2,V120_V42BIS,V120_L2,6}; in add_b23() 7956 const byte llc2_in[] = {1,3,4,6,3,0,0,0, X75_V42BIS,V120_L2,V120_V42BIS,V120_L2,6}; in add_b23() 8215 if ((llc[1] == V120_L2) || (llc[1] == V120_V42BIS)) in add_b23() 8228 …if((llc[1]==V120_V42BIS) && api_parse(&b2_config->info[1], (word)b2_config->length, "bbbbwww", b2_… in add_b23() 8240 if(llc[1]==V120_V42BIS){ in add_b23()
|