Searched refs:pppfcs16 (Results 1 - 8 of 8) sorted by relevance

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/ppp/pptp/
H A Dppp_fcs.h10 u_int16_t pppfcs16(u_int16_t fcs, void *cp, int len);
H A Dppp_fcs.c82 u16 pppfcs16(u16 fcs, void *_cp, int len) function
107 trialfcs = pppfcs16( PPPINITFCS16, cp, len );
113 trialfcs = pppfcs16( PPPINITFCS16, cp, len + 2 );
H A Dpptp_gre.c264 if (pppfcs16 (PPPINITFCS16, copy, len) != PPPGOODFCS16)
289 fcs = pppfcs16(PPPINITFCS16, source, len) ^ 0xFFFF;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pptp/
H A Dppp_fcs.h10 u_int16_t pppfcs16(u_int16_t fcs, void *cp, int len);
H A Dppp_fcs.c82 u16 pppfcs16(u16 fcs, void *_cp, int len) function
107 trialfcs = pppfcs16( PPPINITFCS16, cp, len );
113 trialfcs = pppfcs16( PPPINITFCS16, cp, len + 2 );
H A Dpptp_gre.c631 if (pppfcs16 (PPPINITFCS16, copy, len) != PPPGOODFCS16)
656 fcs = pppfcs16(PPPINITFCS16, source, len) ^ 0xFFFF;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/pppoecd/
H A Dpppoe.c1033 unsigned short pppfcs16(register unsigned short fcs, function
1066 fcs = pppfcs16(PPPINITFCS16, header, 2);
1067 fcs = pppfcs16(fcs, buf, len) ^ 0xffff;
H A Dpppoe2.c929 unsigned short pppfcs16(register unsigned short fcs, function
963 fcs = pppfcs16(PPPINITFCS16, header, 2);
964 fcs = pppfcs16(fcs, buf, len) ^ 0xffff;

Completed in 106 milliseconds