Home
last modified time | relevance | path

Searched refs:fcstype (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dsys-solaris.c2055 ppp_send_fcs(unit, fcstype) in ppp_send_fcs() argument
2056 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() argument
2084 int unit, fcstype; in ppp_recv_fcs()
2092 if (fcstype & FCSALT_32) {
2094 } else if (fcstype & FCSALT_NULL) {
H A Dpppd.h558 extern void ppp_send_fcs __P((int unit, int fcstype));
559 extern void ppp_recv_fcs __P((int unit, int fcstype));