summaryrefslogtreecommitdiff
path: root/usr.sbin/ppp/arp.c
diff options
context:
space:
mode:
authorBrian Somers <brian@FreeBSD.org>1998-02-08 11:05:01 +0000
committerBrian Somers <brian@FreeBSD.org>1998-02-08 11:05:01 +0000
commitaad81d1ecfec3906f8b4e6945d6967a82c391cd5 (patch)
tree13d6def3be320640615cf58f7fb65a20743e3ba0 /usr.sbin/ppp/arp.c
parent9876c443a8cb11e8e6138d468fd6f2768ba6aaad (diff)
downloadsrc-test2-aad81d1ecfec3906f8b4e6945d6967a82c391cd5.tar.gz
src-test2-aad81d1ecfec3906f8b4e6945d6967a82c391cd5.zip
Notes
Diffstat (limited to 'usr.sbin/ppp/arp.c')
-rw-r--r--usr.sbin/ppp/arp.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/usr.sbin/ppp/arp.c b/usr.sbin/ppp/arp.c
index 2ad2d3297248..f1550847c83b 100644
--- a/usr.sbin/ppp/arp.c
+++ b/usr.sbin/ppp/arp.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: arp.c,v 1.27.2.1 1998/02/02 19:32:56 brian Exp $
+ * $Id: arp.c,v 1.27.2.2 1998/02/07 20:49:14 brian Exp $
*
*/
@@ -87,7 +87,7 @@ static struct {
static int arpmsg_valid;
int
-sifproxyarp(struct bundle *bundle, struct ipcpstate *ipcp, int s)
+sifproxyarp(struct bundle *bundle, struct ipcp *ipcp, int s)
{
int routes;
@@ -133,7 +133,7 @@ sifproxyarp(struct bundle *bundle, struct ipcpstate *ipcp, int s)
* cifproxyarp - Delete the proxy ARP entry for the peer.
*/
int
-cifproxyarp(struct bundle *bundle, struct ipcpstate *ipcp, int s)
+cifproxyarp(struct bundle *bundle, struct ipcp *ipcp, int s)
{
int routes;
@@ -165,7 +165,7 @@ cifproxyarp(struct bundle *bundle, struct ipcpstate *ipcp, int s)
* sifproxyarp - Make a proxy ARP entry for the peer.
*/
int
-sifproxyarp(struct bundle *bundle, struct ipcpstate *ipcp, int s)
+sifproxyarp(struct bundle *bundle, struct ipcp *ipcp, int s)
{
struct arpreq arpreq;
struct {
@@ -201,7 +201,7 @@ sifproxyarp(struct bundle *bundle, struct ipcpstate *ipcp, int s)
* cifproxyarp - Delete the proxy ARP entry for the peer.
*/
int
-cifproxyarp(struct bundle *bundle, struct ipcpstate *ipcp, int s)
+cifproxyarp(struct bundle *bundle, struct ipcp *ipcp, int s)
{
struct arpreq arpreq;