Searched refs:fcstype (Results 1 – 2 of 2) sorted by relevance
1996 ppp_send_fcs(unit, fcstype) in ppp_send_fcs() argument1997 int unit, fcstype; in ppp_send_fcs()2005 if (fcstype & FCSALT_32) {2007 } else if (fcstype & FCSALT_NULL) {2024 ppp_recv_fcs(unit, fcstype) in ppp_recv_fcs() argument2025 int unit, fcstype; in ppp_recv_fcs()2033 if (fcstype & FCSALT_32) {2035 } else if (fcstype & FCSALT_NULL) {
565 extern void ppp_send_fcs __P((int unit, int fcstype));566 extern void ppp_recv_fcs __P((int unit, int fcstype));