Home
last modified time | relevance | path

Searched refs:ppp_recv_fcs (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h559 extern void ppp_recv_fcs __P((int unit, int fcstype));
H A Dlcp.c636 ppp_recv_fcs(unit, FCSALT_16);
2425 ppp_recv_fcs(f->unit, go->neg_fcs ? go->fcs_type : FCSALT_16);
2467 ppp_recv_fcs(f->unit, FCSALT_16);
H A Dsys-solaris.c2083 ppp_recv_fcs(unit, fcstype) in ppp_recv_fcs() function