History log of /barrelfish-master/lib/lwip/src/barrelfish/ARP_lookup_client.c
Revision Date Author Comments
# 9bd8d1d5 03-Apr-2019 Reto Achermann <reto.achermann@inf.ethz.ch>

replacing umlaute and fixing address in headers Haldeneggsteig -> Universitaetsstrasse

Signed-off-by: Reto Achermann <reto.achermann@inf.ethz.ch>


# 244ab29c 27-Feb-2017 Adam Turowski <adam.turowski@inf.ethz.ch>

flounder: merging rpc client with a binding layer

Signed-off-by: Adam Turowski <adam.turowski@inf.ethz.ch>


# a6171934 30-Oct-2013 pravin@inf.ethz.ch <pravin@inf.ethz.ch>

Partially working version of the modified network stack.
Status: Networking works
Small website test works (Barrelfish website without pdfs)
Full website test does not work (Barrelfish website with pdfs)
Tests done with e1000n running on separate core


# 009f1f59 19-Mar-2012 pravin shindep@inf.ethz.ch <pravin shindep@inf.ethz.ch>

Added functionality for non-ARP server applications to contact the
ARP server for lookups.
But ARP server is not performing the lookup yet.


# b8fa6c09 20-Mar-2012 pravin shindep@inf.ethz.ch <pravin shindep@inf.ethz.ch>

Fixed the problem that IP lookup was crashing the application.
The problem was that, I forgot to initialize the connection with ARP_service
before asking the IP address.


# f482db02 19-Mar-2012 pravin shindep@inf.ethz.ch <pravin shindep@inf.ethz.ch>

Added the code to export the net_ARP service.
Now, netd is working and able to perform DHCP and respond to pings.
Now any app should be able to get IP address from netd.
when tested with