Home
last modified time | relevance | path

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

/external/libppp/src/
Dipcp.c1057 struct compreq pcomp; in IpcpDecodeConfig() local
1105 memcpy(&pcomp, opt->data, sizeof pcomp); in IpcpDecodeConfig()
1106 compproto = (ntohs(pcomp.proto) << 16) + ((int)pcomp.slots << 8) + in IpcpDecodeConfig()
1107 pcomp.compcid; in IpcpDecodeConfig()
1117 if (ntohs(pcomp.proto) == PROTO_VJCOMP) { in IpcpDecodeConfig()
1124 pcomp.proto = htons(PROTO_VJCOMP); in IpcpDecodeConfig()
1127 memcpy(nak.data, &pcomp, 2); in IpcpDecodeConfig()
1132 if (ntohs(pcomp.proto) == PROTO_VJCOMP) { in IpcpDecodeConfig()
1134 if (pcomp.slots >= MIN_VJ_STATES) { in IpcpDecodeConfig()
1142 pcomp.slots = MIN_VJ_STATES; in IpcpDecodeConfig()
[all …]
/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