Home
last modified time | relevance | path

Searched refs:pppos_input (Results 1 - 2 of 2) sorted by relevance

/third_party/lwip/src/include/netif/ppp/
H A Dpppos.h110 void pppos_input(ppp_pcb *ppp, u8_t* data, int len);
/third_party/lwip/src/netif/ppp/
H A Dpppos.c388 * rx IRQ might still call pppos_input(). in pppos_disconnect()
448 pppos_input(ppp, (u8_t*)n->payload, n->len); in pppos_input_sys()
478 pppos_input(ppp_pcb *ppp, u8_t *s, int l) in pppos_input() function
489 PPPDEBUG(LOG_DEBUG, ("pppos_input[%d]: got %d bytes\n", ppp->netif->num, l)); in pppos_input()
522 ("pppos_input[%d]: Dropping incomplete packet %d\n", in pppos_input()
529 ("pppos_input[%d]: Dropping bad fcs 0x%"X16_F" proto=0x%"X16_F"\n", in pppos_input()
565 PPPDEBUG(LOG_ERR, ("pppos_input[%d]: tcpip_callback() failed, dropping packet\n", ppp->netif->num)); in pppos_input()
583 ("pppos_input[%d]: Dropping ACCM char <%d>\n", ppp->netif->num, cur_char)); in pppos_input()
631 ("pppos_input[%d]: Invalid control <%d>\n", ppp->netif->num, cur_char)); in pppos_input()
680 PPPDEBUG(LOG_ERR, ("pppos_input[ in pppos_input()
[all...]

Completed in 2 milliseconds