summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/arp.h
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2001-07-31 15:19:07 +0000
committerbrian <brian@FreeBSD.org>2001-07-31 15:19:07 +0000
commit160b405b91c3562b55c42216ca9100b40bd7542e (patch)
treeda754efd1880096505b490f78d835e000adcab55 /usr.sbin/ppp/arp.h
parentf08bb448bdf44804388976655f9a625d3860818a (diff)
downloadFreeBSD-src-160b405b91c3562b55c42216ca9100b40bd7542e.zip
FreeBSD-src-160b405b91c3562b55c42216ca9100b40bd7542e.tar.gz
Remove an irritating diagnostic emitted to LogPHASE when a
static proxy arp entry is deleted. Rename a function (for consistency) and remove some whitespace (for readability). MFC after: 1 week
Diffstat (limited to 'usr.sbin/ppp/arp.h')
-rw-r--r--usr.sbin/ppp/arp.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/arp.h b/usr.sbin/ppp/arp.h
index cd5056e..ac0a1ca 100644
--- a/usr.sbin/ppp/arp.h
+++ b/usr.sbin/ppp/arp.h
@@ -33,4 +33,4 @@ struct bundle;
extern int arp_ClearProxy(struct bundle *, struct in_addr, int);
extern int arp_SetProxy(struct bundle *, struct in_addr, int);
-extern int get_ether_addr(int, struct in_addr, struct sockaddr_dl *);
+extern int arp_EtherAddr(int, struct in_addr, struct sockaddr_dl *, int);
OpenPOWER on IntegriCloud