mirror of
https://github.com/oliverschmidt/contiki.git
synced 2025-08-09 17:25:00 +00:00
Moved uIP ppp support into backyard as it was never ported to Contiki 2.x.
This commit is contained in:
@@ -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 $
|
||||
*
|
||||
*/
|
||||
|
@@ -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 $
|
||||
*
|
||||
*/
|
||||
|
@@ -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 $
|
||||
*
|
||||
*/
|
||||
|
@@ -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"
|
@@ -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 $
|
||||
*
|
||||
*/
|
||||
|
@@ -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 $
|
||||
*
|
||||
*/
|
||||
|
@@ -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 $
|
||||
*
|
||||
*/
|
||||
|
@@ -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 $
|
||||
*
|
||||
*/
|
||||
|
@@ -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
|
@@ -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 $
|
||||
*
|
||||
*/
|
||||
|
@@ -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"
|
@@ -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"
|
Reference in New Issue
Block a user