Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dpppd.h565 extern void ppp_send_fcs __P((int unit, int fcstype));
H A Dlcp.c627 ppp_send_fcs(unit, FCSALT_16);
2416 ppp_send_fcs(f->unit, ho->neg_fcs ? ho->fcs_type : FCSALT_16);
2458 ppp_send_fcs(f->unit, FCSALT_16);
H A Dsys-solaris.c1996 ppp_send_fcs(unit, fcstype) in ppp_send_fcs() function