Home
last modified time | relevance | path

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

/external/syslinux/core/lwip/src/netif/ppp/
Dppp.c206 int accomp; /* Does peer accept addr/ctl compression? */ member
885 if (!pc->accomp) { in pppifOutput()
1139 ppp_send_config( int unit, u16_t mtu, u32_t asyncmap, int pcomp, int accomp) in ppp_send_config() argument
1146 pc->accomp = accomp; in ppp_send_config()
1179 ppp_recv_config( int unit, int mru, u32_t asyncmap, int pcomp, int accomp) in ppp_recv_config() argument
1185 LWIP_UNUSED_ARG(accomp); in ppp_recv_config()
/external/ppp/pppd/
Dmain.c1162 ppp_send_config(unit, mtu, accm, pcomp, accomp) in ppp_send_config() argument
1165 int pcomp, accomp;
1172 (*the_channel->send_config)(mtu, accm, pcomp, accomp);
1183 ppp_recv_config(unit, mru, accm, pcomp, accomp) in ppp_recv_config() argument
1186 int pcomp, accomp;
1193 (*the_channel->recv_config)(mru, accm, pcomp, accomp);
Dsys-solaris.c1542 tty_send_config(mtu, asyncmap, pcomp, accomp) in tty_send_config() argument
1545 int pcomp, accomp;
1562 cf[0] = (pcomp? COMP_PROT: 0) + (accomp? COMP_AC: 0);
1592 tty_recv_config(mru, asyncmap, pcomp, accomp) in tty_recv_config() argument
1595 int pcomp, accomp;
1612 cf[0] = (pcomp? DECOMP_PROT: 0) + (accomp? DECOMP_AC: 0);
Dtty.c817 tty_do_send_config(mtu, accm, pcomp, accomp) in tty_do_send_config() argument
820 int pcomp, accomp;
823 tty_send_config(mtu, accm, pcomp, accomp);
Dsys-linux.c1228 void tty_send_config(int mtu, u_int32_t asyncmap, int pcomp, int accomp) in tty_send_config() argument
1242 x = (pcomp? SC_COMP_PROT: 0) | (accomp? SC_COMP_AC: 0) in tty_send_config()
1268 void tty_recv_config(int mru, u_int32_t asyncmap, int pcomp, int accomp) in tty_recv_config() argument
/external/ppp/pppd/plugins/rp-pppoe/
Dplugin.c245 int accomp) in PPPOERecvConfig() argument