ppp_recv_fcs
ppp_recv_fcs(f->unit, go->neg_fcs ? go->fcs_type : FCSALT_16);
ppp_recv_fcs(f->unit, FCSALT_16);
ppp_recv_fcs(unit, FCSALT_16);
extern void ppp_recv_fcs __P((int unit, int fcstype));