Home
last modified time | relevance | path

Searched refs:in_fcs (Results 1 – 2 of 2) sorted by relevance

/third_party/lwip/src/netif/ppp/
Dpppos.c527 } else if (pppos->in_fcs != PPP_GOODFCS) { in pppos_input()
530 ppp->netif->num, pppos->in_fcs, pppos->in_protocol)); in pppos_input()
576 pppos->in_fcs = PPP_INITFCS; in pppos_input()
606 pppos->in_fcs = PPP_INITFCS; in pppos_input()
708 pppos->in_fcs = PPP_FCS(pppos->in_fcs, cur_char); in pppos_input()
/third_party/lwip/src/include/netif/ppp/
Dpppos.h95 u16_t in_fcs; /* Input Frame Check Sequence value. */ member