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

/netgear-R7000-V1.0.7.12_1.2.5/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-R7000-V1.0.7.12_1.2.5/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);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/modules/
H A Dppp_ahdlc.c165 ushort_t infcs; /* calculated rx HDLC FCS */ member in struct:ahdlc_state
787 if (state->infcs == PPP_GOODFCS) {
827 state->infcs = PPP_INITFCS;
851 state->infcs = PPP_FCS(state->infcs, *dp);
/netgear-R7000-V1.0.7.12_1.2.5/src/router/ppp/solaris/
H A Dppp_ahdlc.c165 ushort_t infcs; /* calculated rx HDLC FCS */ member in struct:ahdlc_state
787 if (state->infcs == PPP_GOODFCS) {
827 state->infcs = PPP_INITFCS;
851 state->infcs = PPP_FCS(state->infcs, *dp);

Completed in 70 milliseconds