lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] lwip-1.3rc1 and ethernetif_input


From: Siva Velusamy
Subject: Re: [lwip-users] lwip-1.3rc1 and ethernetif_input
Date: Fri, 15 Feb 2008 09:40:26 -0800

>  > Both IP & ARP packets are sent via tcpip_thread. I don't understand
>  > the control flow of what is expected to happen if you are using RAW
>  > mode only where the api folder is not even compiled in. In that case
>  > it seems to me that ARP packets need to go via etharp_input and ip
>  > packets via ip_input. Is that correct?
>
>  Yes, but the way to do this is probably to make sure your netif->input
>  points directly to ethernet_input (see netif/etharp.c). Strictly it isn't
>  for the RAW API, but #if NO_SYS.
>

Thanks, that fixed it.

/Siva




reply via email to

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