[Top][All Lists]
[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
- [lwip-users] Odd byte packets in LWIP, Nishen Naidu, 2003/11/11
- SV: [lwip-users] Odd byte packets in LWIP, Jan Wester, 2003/11/11
- [lwip-users] sending an ip adress to a ethernet box without knowing the ip but the MAC, Andreas Zippel, 2003/11/11
- Re: [lwip-users] sending an ip adress to a ethernet box without knowing the ip but the MAC, Micron Engineering, 2003/11/11
- Re: [lwip-users] sending an ip adress to a ethernet box without knowing the ip but the MAC,
Kieran Mansley <=
- Re: [lwip-users] sending an ip adress to a ethernet box without knowing the ip but the MAC, Micron Engineering, 2003/11/11
- Re: [lwip-users] sending an ip adress to a ethernet box without knowing the ip but the MAC, lawrence . piggins, 2003/11/11
- RE: [lwip-users] Odd byte packets in LWIP, Nishen Naidu, 2003/11/12
Re: [lwip-users] Odd byte packets in LWIP, Robert, 2003/11/11