Home
last modified time | relevance | path

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

/external/ppp/pppd/
Ddemand.c95 fcs = PPP_INITFCS; in demand_conf()
156 fcs = PPP_INITFCS; in demand_discard()
236 fcs = PPP_INITFCS;
/external/kernel-headers/original/uapi/linux/
Dppp_defs.h66 #define PPP_INITFCS 0xffff /* Initial FCS value */ macro
/external/ppp/pppd/include/net/
Dppp_defs.h107 #define PPP_INITFCS 0xffff /* Initial FCS value */ macro
/external/syslinux/core/lwip/src/netif/ppp/
Dppp.c804 u_int fcsOut = PPP_INITFCS; in pppifOutput()
1094 fcsOut = PPP_INITFCS; in pppWrite()
1837 pcrx->inFCS = PPP_INITFCS; in pppInProc()
1866 pcrx->inFCS = PPP_INITFCS; in pppInProc()
Dppp.h162 #define PPP_INITFCS 0xffff /* Initial FCS value */ macro