summaryrefslogtreecommitdiff
path: root/release/src/router/pptp-client/ppp_fcs.h
blob: 5819ecd9e974870b13d9b2dd14838a870f9caa5a (plain)
1
2
3
4
5
6
7
8
9
10
/* ppp_fcs.h ... header file for PPP-HDLC FCS 
 *               C. Scott Ananian <cananian@alumni.princeton.edu>
 *
 * $Id: ppp_fcs.h,v 1.1.1.1 2002/07/25 06:52:39 honor Exp $
 */ 

#define PPPINITFCS16    0xffff  /* Initial FCS value */
#define PPPGOODFCS16    0xf0b8  /* Good final FCS value */

u_int16_t pppfcs16(u_int16_t fcs, void *cp, int len);