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