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

/barrelfish-master/include/lwip2/netif/ppp/
H A Dpppos.h91 u16_t in_fcs; /* Input Frame Check Sequence value. */ member in struct:pppos_pcb_s
H A Dpppos.c510 } else if (pppos->in_fcs != PPP_GOODFCS) {
513 ppp->netif->num, pppos->in_fcs, pppos->in_protocol));
559 pppos->in_fcs = PPP_INITFCS;
589 pppos->in_fcs = PPP_INITFCS;
688 pppos->in_fcs = PPP_FCS(pppos->in_fcs, cur_char);
/barrelfish-master/lib/lwip2/src/netif/ppp/
H A Dpppos.c510 } else if (pppos->in_fcs != PPP_GOODFCS) {
513 ppp->netif->num, pppos->in_fcs, pppos->in_protocol));
559 pppos->in_fcs = PPP_INITFCS;
589 pppos->in_fcs = PPP_INITFCS;
688 pppos->in_fcs = PPP_FCS(pppos->in_fcs, cur_char);

Completed in 77 milliseconds