Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dppp-ioctl.h22 #define SC_COMP_AC 0x00000002 /* header compression (output) */ macro
/Linux-v4.19/drivers/net/ppp/
Dppp_synctty.c533 if ((ap->flags & SC_COMP_AC) == 0 || islcp) { in ppp_sync_txmunge()
Dpptp.c191 if ((opt->ppp_flags & SC_COMP_AC) == 0 || islcp) { in pptp_xmit()
Dppp_async.c573 if ((ap->flags & SC_COMP_AC) == 0 || islcp) { in ppp_async_encode()
/Linux-v4.19/drivers/isdn/i4l/
Disdn_ppp.c1470 if (!(ipt->pppcfg & SC_COMP_AC)) { in isdn_ppp_xmit()
2250 if (!(is->pppcfg & SC_COMP_AC)) { in isdn_ppp_ccp_xmit_reset()
2867 if (!(is->pppcfg & SC_COMP_AC) && data[0] == 0xff && data[1] == 0x03) { in isdn_ppp_send_ccp()