Searched refs:in_fcs (Results 1 – 2 of 2) sorted by relevance
527 } 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()
95 u16_t in_fcs; /* Input Frame Check Sequence value. */ member