Home
last modified time | relevance | path

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

/third_party/lwip/src/netif/ppp/
Ddemand.c99 fcs = PPP_INITFCS; in demand_conf()
164 fcs = PPP_INITFCS; in demand_discard()
252 fcs = PPP_INITFCS;
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()
/third_party/FreeBSD/sys/net/
Dppp_defs.h85 #define PPP_INITFCS 0xffff /* Initial FCS value */ macro