History log of /netbsd/usr.sbin/rarpd/mkarp.h (Results 1 – 2 of 2)
Revision Date Author Comments
# 84dd8f31 14-Jul-2002 wiz <wiz@NetBSD.org>

ANSIfy. Remove ifndef __STDC__. Remove __P(). Remove register.


# d4fc5fab 24-Nov-1997 is <is@NetBSD.org>

If we answer a RARP request, also add the mapping to the local arp cache.
[This was broken when the 4.4BSD ARP table changes were done, and never
repaired.]
Inspired by Jarle Greipsland, PR 4531; cod

If we answer a RARP request, also add the mapping to the local arp cache.
[This was broken when the 4.4BSD ARP table changes were done, and never
repaired.]
Inspired by Jarle Greipsland, PR 4531; code stolen from arp.a and cleaned
up (mostly removing global variables).
XXX As pointed out in the PR, this should be in some library (libutil?),
to be usable by other servers like bootpd and dhcpd.

show more ...