Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppd/
H A Dlcp.c212 { "default-fcs", o_bool, &lcp_wantoptions[0].neg_fcs,
214 OPT_A2COPY, &lcp_allowoptions[0].neg_fcs },
466 opt->neg_fcs = 1;
557 ao->neg_fcs = 1;
899 LENCICHAR(go->neg_fcs) +
986 ADDCICHAR(CI_FCSALTERN, (go->neg_fcs && go->fcs_type != 0), go->fcs_type);
1160 ACKCICHAR(CI_FCSALTERN, go->neg_fcs, go->fcs_type);
1412 else if (cilong == 0 && go->neg_fcs && wo->lqr_period != 0)
1446 NAKCICHAR(CI_FCSALTERN, neg_fcs, try.fcs_type = go->fcs_type & cichar;);
1562 if (go->neg_fcs || no.neg_fcs || cilen < CILEN_CHAR)
[all …]
H A Dlcp.h127 bool neg_fcs; /* negotiate FCS alternatives */ member