lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] sending an ip adress to a ethernet box without knowing


From: Kieran Mansley
Subject: Re: [lwip-users] sending an ip adress to a ethernet box without knowing the ip but the MAC
Date: Tue, 11 Nov 2003 16:24:28 +0000 (GMT)

On Tue, 11 Nov 2003, Micron Engineering wrote:

> Do you know arp?

Technically for this case he'll need RARP, but it's all the same really -
just has different operation codes.  However, lwIP doesn't seem to deal
with the RARP operation codes, so it's not implemented yet.  (At least
thats how it looks at first glance - correct me if I'm wrong).  Should be
a very simple change though.  The source file you need to look at is:

src/netif/etharp.c

Kieran





reply via email to

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