Lines Matching defs:pcb
100 void mppe_set_key(ppp_pcb *pcb, ppp_mppe_state *state, u8_t *key) {
101 LWIP_UNUSED_ARG(pcb);
109 mppe_init(ppp_pcb *pcb, ppp_mppe_state *state, u8_t options)
113 if (&pcb->mppe_decomp == state) {
127 pcb->netif->num));
128 lcp_close(pcb, "MPPE required but peer negotiation failed");
144 debugstr, pcb->netif->num, (state->keylen == 16) ? 128 : 40,
153 debugstr, pcb->netif->num, mkey, skey));
181 void mppe_comp_reset(ppp_pcb *pcb, ppp_mppe_state *state)
183 LWIP_UNUSED_ARG(pcb);
193 mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol)
199 LWIP_UNUSED_ARG(pcb);
224 PPPDEBUG(LOG_DEBUG, ("mppe_compress[%d]: ccount %d\n", pcb->netif->num, state->ccount));
234 PPPDEBUG(LOG_DEBUG, ("mppe_compress[%d]: rekeying\n", pcb->netif->num));
268 void mppe_decomp_reset(ppp_pcb *pcb, ppp_mppe_state *state)
270 LWIP_UNUSED_ARG(pcb);
279 mppe_decompress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb)
290 pcb->netif->num, n0->len));
299 pcb->netif->num, ccount));
305 pcb->netif->num));
311 "stateless mode!\n", pcb->netif->num));
317 "flag packet!\n", pcb->netif->num));
350 ccp_resetrequest(pcb);
407 lcp_close(pcb, "Too many MPPE errors");