Moved PPP code that was inadvertedly put into the net/ directory into its own ppp/ subdirectory
This commit is contained in:
parent
c9e808d638
commit
5221a7b124
@ -46,7 +46,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
||||||
*
|
*
|
||||||
* $Id: ahdlc.c,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
|
* $Id: ahdlc.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
@ -42,7 +42,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
||||||
*
|
*
|
||||||
* $Id: ahdlc.h,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
|
* $Id: ahdlc.h,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
@ -47,7 +47,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
||||||
*
|
*
|
||||||
* $Id: ipcp.c,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
|
* $Id: ipcp.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
@ -43,7 +43,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
||||||
*
|
*
|
||||||
* $Id: ipcp.h,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
|
* $Id: ipcp.h,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#include "net/uip.h"
|
#include "net/uip.h"
|
@ -44,7 +44,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
||||||
*
|
*
|
||||||
* $Id: lcp.c,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
|
* $Id: lcp.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
@ -43,7 +43,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
||||||
*
|
*
|
||||||
* $Id: lcp.h,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
|
* $Id: lcp.h,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
@ -41,7 +41,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
||||||
*
|
*
|
||||||
* $Id: pap.c,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
|
* $Id: pap.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
@ -44,7 +44,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
||||||
*
|
*
|
||||||
* $Id: pap.h,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
|
* $Id: pap.h,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
@ -28,7 +28,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Contiki operating system.
|
* This file is part of the Contiki operating system.
|
||||||
*
|
*
|
||||||
* @(#)$Id: ppp-service.c,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
|
* @(#)$Id: ppp-service.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#if 0
|
#if 0
|
@ -43,7 +43,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
||||||
*
|
*
|
||||||
* $Id: ppp.c,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
|
* $Id: ppp.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
@ -42,7 +42,7 @@
|
|||||||
*
|
*
|
||||||
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
* This file is part of the Mycal Modified uIP TCP/IP stack.
|
||||||
*
|
*
|
||||||
* $Id: ppp.h,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
|
* $Id: ppp.h,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#include "net/uip.h"
|
#include "net/uip.h"
|
@ -1,5 +1,5 @@
|
|||||||
/*
|
/*
|
||||||
* $Id: ppp_process.c,v 1.1 2006/06/17 22:41:18 adamdunkels Exp $
|
* $Id: ppp_process.c,v 1.1 2006/06/17 22:48:09 adamdunkels Exp $
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "contiki.h"
|
#include "contiki.h"
|
Loading…
Reference in New Issue
Block a user