Moved uIP ppp support into backyard as it was never ported to Contiki 2.x.

This commit is contained in:
oliverschmidt 2007-05-26 07:14:15 +00:00
parent be2a7e954c
commit c5608ad99f
13 changed files with 12 additions and 12 deletions

View File

@ -46,7 +46,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: ahdlc.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
* $Id: ahdlc.c,v 1.1 2007/05/26 07:14:39 oliverschmidt Exp $
*
*/

View File

@ -42,7 +42,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: ahdlc.h,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
* $Id: ahdlc.h,v 1.1 2007/05/26 07:14:39 oliverschmidt Exp $
*
*/

View File

@ -47,7 +47,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: ipcp.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
* $Id: ipcp.c,v 1.1 2007/05/26 07:14:39 oliverschmidt Exp $
*
*/

View File

@ -43,7 +43,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: ipcp.h,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
* $Id: ipcp.h,v 1.1 2007/05/26 07:14:39 oliverschmidt Exp $
*
*/
#include "net/uip.h"

View File

@ -44,7 +44,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: lcp.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
* $Id: lcp.c,v 1.1 2007/05/26 07:14:39 oliverschmidt Exp $
*
*/

View File

@ -43,7 +43,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: lcp.h,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
* $Id: lcp.h,v 1.1 2007/05/26 07:14:39 oliverschmidt Exp $
*
*/

View File

@ -41,7 +41,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: pap.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
* $Id: pap.c,v 1.1 2007/05/26 07:14:39 oliverschmidt Exp $
*
*/

View File

@ -44,7 +44,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: pap.h,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
* $Id: pap.h,v 1.1 2007/05/26 07:14:40 oliverschmidt Exp $
*
*/

View File

@ -28,7 +28,7 @@
*
* This file is part of the Contiki operating system.
*
* @(#)$Id: ppp-service.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
* @(#)$Id: ppp-service.c,v 1.1 2007/05/26 07:14:40 oliverschmidt Exp $
*/
#if 0

View File

@ -43,7 +43,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: ppp.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
* $Id: ppp.c,v 1.1 2007/05/26 07:14:40 oliverschmidt Exp $
*
*/

View File

@ -42,7 +42,7 @@
*
* This file is part of the Mycal Modified uIP TCP/IP stack.
*
* $Id: ppp.h,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
* $Id: ppp.h,v 1.1 2007/05/26 07:14:40 oliverschmidt Exp $
*
*/
#include "net/uip.h"

View File

@ -1,5 +1,5 @@
/*
* $Id: ppp_process.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
* $Id: ppp_process.c,v 1.1 2007/05/26 07:14:40 oliverschmidt Exp $
*/
#include "contiki.h"