Home
last modified time | relevance | path

Searched refs:SC_COMP_AC (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/include/linux/
Dif_ppp.h53 #define SC_COMP_AC 0x00000002 /* header compression (output) */ macro
/linux-2.4.37.9/drivers/net/
Dppp_synctty.c556 if ((ap->flags & SC_COMP_AC) == 0 || islcp) { in ppp_sync_txmunge()
Dppp_async.c584 if ((ap->flags & SC_COMP_AC) == 0 || islcp) { in ppp_async_encode()
/linux-2.4.37.9/net/irda/irnet/
Dirnet_ppp.c795 needaddr = 2*((ap->flags & SC_COMP_AC) == 0 || islcp); in irnet_prepare_skb()
/linux-2.4.37.9/drivers/isdn/
Disdn_ppp.c1424 if(!(ipt->pppcfg & SC_COMP_AC)) { in isdn_ppp_xmit()
2206 if(!(is->pppcfg & SC_COMP_AC)) { in isdn_ppp_ccp_xmit_reset()
2824 if(!(is->pppcfg & SC_COMP_AC) && data[0] == 0xff && data[1] == 0x03) { in isdn_ppp_send_ccp()