lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] lwip's lowest level read routine?


From: Chen
Subject: Re: [lwip-users] lwip's lowest level read routine?
Date: Thu, 02 Aug 2012 09:51:47 -0400

Never mind, I missed the other thread ethernetif_input

ethernetif_input calls netif->input, which is tcpip_input, set up by netif_add


------------------------------

Message: 2
Date: Wed, 01 Aug 2012 11:39:43 -0400
From: Chen <address@hidden>
To: address@hidden
Subject: Re: [lwip-users] lwip's lowest level read routine?
Message-ID: <address@hidden>
Content-Type: text/plain; charset="us-ascii"; Format="flowed"

Marty, Thanks for your reply

tcpip_thread receives what tcpip_input posted, but who calls it? I
have trouble figure it out, any pointer? thanks again

>Typically your driver is going to pass the packet back to lwIP via a
>function like tcpip_input(...).  Look at it just before that, and maybe
>don't pass it in to lwIP.
>
>Marty

reply via email to

[Prev in Thread] Current Thread [Next in Thread]