Searched refs:mppe_compress (Results 1 - 3 of 3) sorted by relevance
/third_party/lwip/src/include/netif/ppp/ |
H A D | mppe.h | 172 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 D | mppe.c | 193 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 D | ppp.c | 572 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