remove references to arptnew. fix spelling error
This commit is contained in:
parent
6350556d1f
commit
af55380e5a
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_ether.h,v 1.11 1995/02/27 09:10:35 glass Exp $ */
|
||||
/* $NetBSD: if_ether.h,v 1.12 1995/03/06 19:06:11 glass Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1982, 1986, 1993
|
||||
|
@ -152,7 +152,6 @@ u_char ether_ipmulticast_min[6];
|
|||
u_char ether_ipmulticast_max[6];
|
||||
struct ifqueue arpintrq;
|
||||
|
||||
struct llinfo_arp *arptnew __P((struct in_addr *));
|
||||
struct llinfo_arp llinfo_arp; /* head of the llinfo queue */
|
||||
|
||||
void arpwhohas __P((struct arpcom *, struct in_addr *));
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_arp.c,v 1.18 1994/07/27 12:36:09 mycroft Exp $ */
|
||||
/* $NetBSD: if_arp.c,v 1.19 1995/03/06 19:06:09 glass Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1982, 1986, 1988, 1993
|
||||
|
@ -572,7 +572,7 @@ arplookup(addr, create, proxy)
|
|||
if ((rt->rt_flags & RTF_GATEWAY) || (rt->rt_flags & RTF_LLINFO) == 0 ||
|
||||
rt->rt_gateway->sa_family != AF_LINK) {
|
||||
if (create)
|
||||
log(LOG_DEBUG, "arptnew failed on %x\n", ntohl(addr));
|
||||
log(LOG_DEBUG, "arplookup: unable to enter address for %x\n", ntohl(addr));
|
||||
return (0);
|
||||
}
|
||||
return ((struct llinfo_arp *)rt->rt_llinfo);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_arp.h,v 1.11 1995/02/27 09:10:35 glass Exp $ */
|
||||
/* $NetBSD: if_arp.h,v 1.12 1995/03/06 19:06:11 glass Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1982, 1986, 1993
|
||||
|
@ -152,7 +152,6 @@ u_char ether_ipmulticast_min[6];
|
|||
u_char ether_ipmulticast_max[6];
|
||||
struct ifqueue arpintrq;
|
||||
|
||||
struct llinfo_arp *arptnew __P((struct in_addr *));
|
||||
struct llinfo_arp llinfo_arp; /* head of the llinfo queue */
|
||||
|
||||
void arpwhohas __P((struct arpcom *, struct in_addr *));
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_ether.c,v 1.18 1994/07/27 12:36:09 mycroft Exp $ */
|
||||
/* $NetBSD: if_ether.c,v 1.19 1995/03/06 19:06:09 glass Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1982, 1986, 1988, 1993
|
||||
|
@ -572,7 +572,7 @@ arplookup(addr, create, proxy)
|
|||
if ((rt->rt_flags & RTF_GATEWAY) || (rt->rt_flags & RTF_LLINFO) == 0 ||
|
||||
rt->rt_gateway->sa_family != AF_LINK) {
|
||||
if (create)
|
||||
log(LOG_DEBUG, "arptnew failed on %x\n", ntohl(addr));
|
||||
log(LOG_DEBUG, "arplookup: unable to enter address for %x\n", ntohl(addr));
|
||||
return (0);
|
||||
}
|
||||
return ((struct llinfo_arp *)rt->rt_llinfo);
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_ether.h,v 1.11 1995/02/27 09:10:35 glass Exp $ */
|
||||
/* $NetBSD: if_ether.h,v 1.12 1995/03/06 19:06:11 glass Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1982, 1986, 1993
|
||||
|
@ -152,7 +152,6 @@ u_char ether_ipmulticast_min[6];
|
|||
u_char ether_ipmulticast_max[6];
|
||||
struct ifqueue arpintrq;
|
||||
|
||||
struct llinfo_arp *arptnew __P((struct in_addr *));
|
||||
struct llinfo_arp llinfo_arp; /* head of the llinfo queue */
|
||||
|
||||
void arpwhohas __P((struct arpcom *, struct in_addr *));
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: if_inarp.h,v 1.11 1995/02/27 09:10:35 glass Exp $ */
|
||||
/* $NetBSD: if_inarp.h,v 1.12 1995/03/06 19:06:11 glass Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 1982, 1986, 1993
|
||||
|
@ -152,7 +152,6 @@ u_char ether_ipmulticast_min[6];
|
|||
u_char ether_ipmulticast_max[6];
|
||||
struct ifqueue arpintrq;
|
||||
|
||||
struct llinfo_arp *arptnew __P((struct in_addr *));
|
||||
struct llinfo_arp llinfo_arp; /* head of the llinfo queue */
|
||||
|
||||
void arpwhohas __P((struct arpcom *, struct in_addr *));
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
/* $NetBSD: iso_snpac.c,v 1.7 1994/10/30 21:49:06 cgd Exp $ */
|
||||
/* $NetBSD: iso_snpac.c,v 1.8 1995/03/06 19:06:05 glass Exp $ */
|
||||
|
||||
/*-
|
||||
* Copyright (c) 1991, 1993
|
||||
|
@ -124,7 +124,7 @@ struct rtentry *known_is;
|
|||
* These addresses assume on-the-wire transmission of least significant
|
||||
* bit first. This is the method used by 802.3. When these
|
||||
* addresses are passed to the token ring driver, (802.5), they
|
||||
* must be bit-swaped because 802.5 transmission order is MSb first.
|
||||
* must be bit-swapped because 802.5 transmission order is MSb first.
|
||||
*
|
||||
* Furthermore, according to IBM Austin, these addresses are not
|
||||
* true token ring multicast addresses. More work is necessary
|
||||
|
|
Loading…
Reference in New Issue