/[lwip]/lwip/src/netif/ppp/lcp.c
ViewVC logotype

Diff of /lwip/src/netif/ppp/lcp.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.1 by jani, Tue May 27 14:37:56 2003 UTC revision 1.2 by jani, Fri May 30 08:49:34 2003 UTC
# Line 91  static void lcp_up (fsm*); Line 91  static void lcp_up (fsm*);
91  static void lcp_down (fsm*);                /* We're DOWN */  static void lcp_down (fsm*);                /* We're DOWN */
92  static void lcp_starting (fsm*);            /* We need lower layer up */  static void lcp_starting (fsm*);            /* We need lower layer up */
93  static void lcp_finished (fsm*);                /* We need lower layer down */  static void lcp_finished (fsm*);                /* We need lower layer down */
 //static int  lcp_extcode (fsm*, int, int, u_char*, int);  
94  static int  lcp_extcode (fsm*, int, u_char, u_char*, int);  static int  lcp_extcode (fsm*, int, u_char, u_char*, int);
95    
96  static void lcp_rprotrej (fsm*, u_char*, int);  static void lcp_rprotrej (fsm*, u_char*, int);
# Line 371  static void lcp_input(int unit, u_char * Line 370  static void lcp_input(int unit, u_char *
370  /*  /*
371   * lcp_extcode - Handle a LCP-specific code.   * lcp_extcode - Handle a LCP-specific code.
372   */   */
 //static int lcp_extcode(fsm *f, int code, int id, u_char *inp, int len)  
373  static int lcp_extcode(fsm *f, int code, u_char id, u_char *inp, int len)  static int lcp_extcode(fsm *f, int code, u_char id, u_char *inp, int len)
374  {  {
375          u_char *magp;          u_char *magp;

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.2

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26