Home
last modified time | relevance | path

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

/f-stack/freebsd/net/
H A Dppp_defs.h81 #define PPP_INITFCS 0xffff /* Initial FCS value */ macro
/f-stack/freebsd/netgraph/
H A Dng_pred1.c58 #define PPP_INITFCS 0xffff /* Initial FCS value */ macro
418 fcs = Crc16(PPP_INITFCS, (u_char *)&lenn, 2); in ng_pred1_compress()
523 fcs = Crc16(PPP_INITFCS, (u_char *)&lenn, 2); in ng_pred1_decompress()
H A Dng_async.c450 fcs = PPP_INITFCS; in nga_rcv_sync()
553 sc->fcs = PPP_INITFCS; in nga_rcv_async()