Home
last modified time | relevance | path

Searched refs:pcomp (Results 1 – 6 of 6) sorted by relevance

/external/ppp/pppd/plugins/pppoatm/
Dpppoatm.c174 int pcomp, in send_config_pppoa() argument
193 int pcomp, in recv_config_pppoa() argument
/external/ppp/pppd/plugins/rp-pppoe/
Dplugin.c187 int pcomp, in PPPOESendConfig() argument
215 int pcomp, in PPPOERecvConfig() argument
/external/ppp/pppd/
Dmain.c1098 ppp_send_config(unit, mtu, accm, pcomp, accomp) in ppp_send_config() argument
1101 int pcomp, accomp;
1108 (*the_channel->send_config)(mtu, accm, pcomp, accomp);
1119 ppp_recv_config(unit, mru, accm, pcomp, accomp) in ppp_recv_config() argument
1122 int pcomp, accomp;
1129 (*the_channel->recv_config)(mru, accm, pcomp, accomp);
Dtty.c813 tty_do_send_config(mtu, accm, pcomp, accomp) in tty_do_send_config() argument
816 int pcomp, accomp;
819 tty_send_config(mtu, accm, pcomp, accomp);
Dsys-solaris.c1539 tty_send_config(mtu, asyncmap, pcomp, accomp) in tty_send_config() argument
1542 int pcomp, accomp;
1559 cf[0] = (pcomp? COMP_PROT: 0) + (accomp? COMP_AC: 0);
1589 tty_recv_config(mru, asyncmap, pcomp, accomp) in tty_recv_config() argument
1592 int pcomp, accomp;
1609 cf[0] = (pcomp? DECOMP_PROT: 0) + (accomp? DECOMP_AC: 0);
Dsys-linux.c1194 void tty_send_config(int mtu, u_int32_t asyncmap, int pcomp, int accomp) in tty_send_config() argument
1208 x = (pcomp? SC_COMP_PROT: 0) | (accomp? SC_COMP_AC: 0) in tty_send_config()
1234 void tty_recv_config(int mru, u_int32_t asyncmap, int pcomp, int accomp) in tty_recv_config() argument