Home
last modified time | relevance | path

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

/external/ppp/pppd/include/net/
Dif_ppp.h52 #define SC_COMP_AC 0x00000002 /* header compression (output) */ macro
/external/kernel-headers/original/uapi/linux/
Dppp-ioctl.h21 #define SC_COMP_AC 0x00000002 /* header compression (output) */ macro
/external/ppp/pppd/
Dsys-linux.c1242 x = (pcomp? SC_COMP_PROT: 0) | (accomp? SC_COMP_AC: 0) in tty_send_config()
1244 modify_flags(ppp_fd, SC_COMP_PROT|SC_COMP_AC|SC_SYNC, x); in tty_send_config()