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

/freebsd-10-stable/sys/net/
H A Dppp_defs.h81 #define PPP_INITFCS 0xffff /* Initial FCS value */ macro
/freebsd-10-stable/sys/netgraph/
H A Dng_pred1.c56 #define PPP_INITFCS 0xffff /* Initial FCS value */ macro
416 fcs = Crc16(PPP_INITFCS, (u_char *)&lenn, 2);
521 fcs = Crc16(PPP_INITFCS, (u_char *)&lenn, 2);
H A Dng_async.c452 fcs = PPP_INITFCS;
555 sc->fcs = PPP_INITFCS;

Completed in 112 milliseconds