Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h566 extern void ppp_recv_fcs __P((int unit, int fcstype));
H A Dlcp.c628 ppp_recv_fcs(unit, FCSALT_16);
2417 ppp_recv_fcs(f->unit, go->neg_fcs ? go->fcs_type : FCSALT_16);
2459 ppp_recv_fcs(f->unit, FCSALT_16);
H A Dsys-solaris.c2024 ppp_recv_fcs(unit, fcstype) in ppp_recv_fcs() function