lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[lwip-users] about lwip's ppp implementation


From: zhangl
Subject: [lwip-users] about lwip's ppp implementation
Date: Fri, 26 Sep 2003 11:47:22 +0800

Hello, every one!
        in lwip implementation, use following macro to check escape charactar:
#define ESCAPE_P(accm, c) ((accm)[(c) >> 3] & pppACCMMask[c & 0x07])
 
I can't understand it and why initial inAccm as 0x00000001
and outAccm as 0xffff fff1?
 
could you help me?
BRS
==================================
 zhang liang
 
    RD  Dept.
    UTStarcom Telecom Co.,Ltd.
    Tel:0571-88862342-6769
    Email : address@hidden
==================================
----- Original Message -----
From: zhangl
Sent: Thursday, September 25, 2003 2:58 PM
Subject: about lwip's ppp implementation

Hello everyone!
         about lwip's ppp implementation, I have a question:
why inAccm[15]and outAccm[15] must init as 0x60?
 
Brs
==================================
 zhang liang
 
    RD  Dept.
    UTStarcom Telecom Co.,Ltd.
    Tel:0571-88862342-6769
    Email : address@hidden
==================================

reply via email to

[Prev in Thread] Current Thread [Next in Thread]