Searched refs:fcstype (Results 1 – 2 of 2) sorted by relevance
2055 ppp_send_fcs(unit, fcstype) in ppp_send_fcs() argument2056 int unit, fcstype; in ppp_send_fcs()2064 if (fcstype & FCSALT_32) {2066 } else if (fcstype & FCSALT_NULL) {2083 ppp_recv_fcs(unit, fcstype) in ppp_recv_fcs() argument2084 int unit, fcstype; in ppp_recv_fcs()2092 if (fcstype & FCSALT_32) {2094 } else if (fcstype & FCSALT_NULL) {
558 extern void ppp_send_fcs __P((int unit, int fcstype));559 extern void ppp_recv_fcs __P((int unit, int fcstype));