Home
last modified time | relevance | path

Searched refs:mppe_compress (Results 1 - 3 of 3) sorted by relevance

/third_party/lwip/src/include/netif/ppp/
H A Dmppe.h172 err_t mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol);
/third_party/lwip/src/netif/ppp/
H A Dmppe.c193 mppe_compress(ppp_pcb *pcb, ppp_mppe_state *state, struct pbuf **pb, u16_t protocol) in mppe_compress() function
224 PPPDEBUG(LOG_DEBUG, ("mppe_compress[%d]: ccount %d\n", pcb->netif->num, state->ccount)); in mppe_compress()
234 PPPDEBUG(LOG_DEBUG, ("mppe_compress[%d]: rekeying\n", pcb->netif->num)); in mppe_compress()
H A Dppp.c572 if ((err = mppe_compress(pcb, &pcb->mppe_comp, &pb, protocol)) != ERR_OK) { in ppp_netif_output()
582 /* mppe_compress() returns a new allocated pbuf, indicate we should free in ppp_netif_output()

Completed in 4 milliseconds