Searched refs:ppp_send_fcs (Results 1 – 3 of 3) sorted by relevance
558 extern void ppp_send_fcs __P((int unit, int fcstype));
635 ppp_send_fcs(unit, FCSALT_16);2424 ppp_send_fcs(f->unit, ho->neg_fcs ? ho->fcs_type : FCSALT_16);2466 ppp_send_fcs(f->unit, FCSALT_16);
2055 ppp_send_fcs(unit, fcstype) in ppp_send_fcs() function