[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
RE: [lwip-devel] [task #7360] Move ethernet_input to etharp.c
From: |
Grubb, Jared |
Subject: |
RE: [lwip-devel] [task #7360] Move ethernet_input to etharp.c |
Date: |
Thu, 4 Oct 2007 14:29:33 -0700 |
Fine with me!
-----Original Message-----
From: address@hidden [mailto:address@hidden On Behalf Of Simon Goldschmidt
Sent: Thursday, October 04, 2007 11:11 AM
To: Simon Goldschmidt; address@hidden
Subject: [lwip-devel] [task #7360] Move ethernet_input to etharp.c
URL:
<http://savannah.nongnu.org/task/?7360>
Summary: Move ethernet_input to etharp.c
Project: lwIP - A Lightweight TCP/IP stack
Submitted by: goldsimon
Submitted on: Donnerstag 04.10.2007 um 18:11
Category: None
Should Start On: Donnerstag 04.10.2007 um 00:00
Should be Finished on: Donnerstag 04.10.2007 um 00:00
Priority: 5 - Normal
Status: None
Privacy: Public
Percent Complete: 0%
Assigned to: goldsimon
Open/Closed: Open
Discussion Lock: Any
Planned Release: None
Effort: 0.00
_______________________________________________________
Details:
Anyone against moving the function ethernet_input() from tcpip.c into
etharp.c? (The function splitting an incoming ethernet packet based on its
protocol - IP/ARP/PPPOE)
It seems to fit best there since I also need it in the msvc6 port with
NOSYS=1, and the current place in tcpip.c doesn't seem right with that
configuration (since the whole code in tcpip.c is ifdef'ed with NO_SYS=0, and
I normally don't build tcpip.c with NO_SYS=1).
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/task/?7360>
_______________________________________________
Nachricht geschickt von/durch Savannah
http://savannah.nongnu.org/
_______________________________________________
lwip-devel mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/lwip-devel
RE: [lwip-devel] [task #7360] Move ethernet_input to etharp.c,
Grubb, Jared <=