Searched refs:ppp_recv_fcs (Results 1 – 3 of 3) sorted by relevance
559 extern void ppp_recv_fcs __P((int unit, int fcstype));
636 ppp_recv_fcs(unit, FCSALT_16);2425 ppp_recv_fcs(f->unit, go->neg_fcs ? go->fcs_type : FCSALT_16);2467 ppp_recv_fcs(f->unit, FCSALT_16);
2083 ppp_recv_fcs(unit, fcstype) in ppp_recv_fcs() function