Searched refs:infcs (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/modules/
H A Dppp_ahdlc.c180 ushort_t infcs; /* calculated rx HDLC FCS */ member in struct:ahdlc_state
783 if (state->infcs == PPP_GOODFCS) {
823 state->infcs = PPP_INITFCS;
847 state->infcs = PPP_FCS(state->infcs, *dp);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/ppp-2.4.4/solaris/
H A Dppp_ahdlc.c182 ushort_t infcs; /* calculated rx HDLC FCS */ member in struct:ahdlc_state
745 if (state->infcs == PPP_GOODFCS) {
785 state->infcs = PPP_INITFCS;
809 state->infcs = PPP_FCS(state->infcs, *dp);

Completed in 196 milliseconds