Home
last modified time | relevance | path

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

/external/ppp/pppd/plugins/pppoatm/
Dpppoatm.c175 int accomp) in send_config_pppoa() argument
194 int accomp) in recv_config_pppoa() argument
/external/ppp/pppd/plugins/rp-pppoe/
Dplugin.c188 int accomp) in PPPOESendConfig() argument
216 int accomp) in PPPOERecvConfig() argument
/external/ppp/pppd/
Dmain.c1075 ppp_send_config(unit, mtu, accm, pcomp, accomp) in ppp_send_config() argument
1078 int pcomp, accomp;
1085 (*the_channel->send_config)(mtu, accm, pcomp, accomp);
1096 ppp_recv_config(unit, mru, accm, pcomp, accomp) in ppp_recv_config() argument
1099 int pcomp, accomp;
1106 (*the_channel->recv_config)(mru, 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);
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-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