Home
last modified time | relevance | path

Searched refs:PPP_INITFCS (Results 1 – 6 of 6) sorted by relevance

/components/net/lwip/lwip-2.1.2/src/netif/ppp/
A Ddemand.c99 fcs = PPP_INITFCS; in demand_conf()
164 fcs = PPP_INITFCS; in demand_discard()
252 fcs = PPP_INITFCS;
A Dpppos.c155 #define PPP_INITFCS 0xffff /* Initial FCS value */ macro
234 fcs_out = PPP_INITFCS; in pppos_write()
283 fcs_out = PPP_INITFCS; in pppos_netif_output()
576 pppos->in_fcs = PPP_INITFCS; in pppos_input()
606 pppos->in_fcs = PPP_INITFCS; in pppos_input()
/components/net/lwip/lwip-2.0.3/src/netif/ppp/
A Ddemand.c99 fcs = PPP_INITFCS; in demand_conf()
164 fcs = PPP_INITFCS; in demand_discard()
252 fcs = PPP_INITFCS;
A Dpppos.c155 #define PPP_INITFCS 0xffff /* Initial FCS value */ macro
228 fcs_out = PPP_INITFCS; in pppos_write()
272 fcs_out = PPP_INITFCS; in pppos_netif_output()
559 pppos->in_fcs = PPP_INITFCS; in pppos_input()
589 pppos->in_fcs = PPP_INITFCS; in pppos_input()
/components/net/lwip/lwip-1.4.1/src/netif/ppp/
A Dppp_impl.h153 #define PPP_INITFCS 0xffff /* Initial FCS value */ macro
A Dppp.c816 u_int fcsOut = PPP_INITFCS; in pppifOutput()
1106 fcsOut = PPP_INITFCS; in pppWrite()
1862 pcrx->inFCS = PPP_INITFCS; in pppInProc()
1891 pcrx->inFCS = PPP_INITFCS; in pppInProc()

Completed in 20 milliseconds