2003-08-07 20:26:28 +04:00
|
|
|
/* $NetBSD: if_inarp.h,v 1.33 2003/08/07 16:33:08 agc Exp $ */
|
1994-06-29 10:29:24 +04:00
|
|
|
|
1993-03-21 12:45:37 +03:00
|
|
|
/*
|
1994-05-13 10:02:48 +04:00
|
|
|
* Copyright (c) 1982, 1986, 1993
|
|
|
|
* The Regents of the University of California. All rights reserved.
|
1993-03-21 12:45:37 +03:00
|
|
|
*
|
|
|
|
* Redistribution and use in source and binary forms, with or without
|
|
|
|
* modification, are permitted provided that the following conditions
|
|
|
|
* are met:
|
|
|
|
* 1. Redistributions of source code must retain the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer.
|
|
|
|
* 2. Redistributions in binary form must reproduce the above copyright
|
|
|
|
* notice, this list of conditions and the following disclaimer in the
|
|
|
|
* documentation and/or other materials provided with the distribution.
|
2003-08-07 20:26:28 +04:00
|
|
|
* 3. Neither the name of the University nor the names of its contributors
|
1993-03-21 12:45:37 +03:00
|
|
|
* may be used to endorse or promote products derived from this software
|
|
|
|
* without specific prior written permission.
|
|
|
|
*
|
|
|
|
* THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
|
|
|
|
* ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
|
|
|
|
* IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
|
|
|
|
* ARE DISCLAIMED. IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
|
|
|
|
* FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
|
|
|
|
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
|
|
|
|
* OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
|
|
|
|
* HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
|
|
|
|
* LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
|
|
|
|
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
|
|
|
|
* SUCH DAMAGE.
|
|
|
|
*
|
1994-06-29 10:29:24 +04:00
|
|
|
* @(#)if_ether.h 8.1 (Berkeley) 6/10/93
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
|
|
|
|
1998-02-10 04:26:19 +03:00
|
|
|
#ifndef _NETINET_IF_INARP_H_
|
|
|
|
#define _NETINET_IF_INARP_H_
|
|
|
|
|
1994-05-13 10:02:48 +04:00
|
|
|
struct llinfo_arp {
|
1995-06-12 04:46:47 +04:00
|
|
|
LIST_ENTRY(llinfo_arp) la_list;
|
1994-05-13 10:02:48 +04:00
|
|
|
struct rtentry *la_rt;
|
|
|
|
struct mbuf *la_hold; /* last packet until resolved/timeout */
|
|
|
|
long la_asked; /* last time we QUERIED for this addr */
|
|
|
|
#define la_timer la_rt->rt_rmx.rmx_expire /* deletion time in seconds */
|
|
|
|
};
|
|
|
|
|
|
|
|
struct sockaddr_inarp {
|
1995-04-13 10:25:36 +04:00
|
|
|
u_int8_t sin_len;
|
|
|
|
u_int8_t sin_family;
|
|
|
|
u_int16_t sin_port;
|
|
|
|
struct in_addr sin_addr;
|
|
|
|
struct in_addr sin_srcaddr;
|
|
|
|
u_int16_t sin_tos;
|
|
|
|
u_int16_t sin_other;
|
1994-05-13 10:02:48 +04:00
|
|
|
#define SIN_PROXY 1
|
1993-03-21 12:45:37 +03:00
|
|
|
};
|
|
|
|
|
|
|
|
/*
|
1994-05-13 10:02:48 +04:00
|
|
|
* IP and ethernet specific routing flags
|
1993-03-21 12:45:37 +03:00
|
|
|
*/
|
1994-05-13 10:02:48 +04:00
|
|
|
#define RTF_USETRAILERS RTF_PROTO1 /* use trailers */
|
|
|
|
#define RTF_ANNOUNCE RTF_PROTO2 /* announce new arp entry */
|
1993-03-21 12:45:37 +03:00
|
|
|
|
1996-02-14 02:40:59 +03:00
|
|
|
#ifdef _KERNEL
|
2000-03-30 06:32:57 +04:00
|
|
|
extern struct ifqueue arpintrq;
|
1997-03-15 21:09:08 +03:00
|
|
|
void arp_ifinit __P((struct ifnet *, struct ifaddr *));
|
2001-01-17 07:05:41 +03:00
|
|
|
void arp_rtrequest __P((int, struct rtentry *, struct rt_addrinfo *));
|
1997-03-15 21:09:08 +03:00
|
|
|
int arpresolve __P((struct ifnet *, struct rtentry *, struct mbuf *,
|
1996-02-14 02:40:59 +03:00
|
|
|
struct sockaddr *, u_char *));
|
|
|
|
void arpintr __P((void));
|
1999-08-05 08:04:28 +04:00
|
|
|
void arp_drain __P((void));
|
|
|
|
|
1996-02-14 02:40:59 +03:00
|
|
|
int arpioctl __P((u_long, caddr_t));
|
1997-03-15 21:09:08 +03:00
|
|
|
void arpwhohas __P((struct ifnet *, struct in_addr *));
|
|
|
|
|
1996-02-14 02:40:59 +03:00
|
|
|
void revarpinput __P((struct mbuf *));
|
|
|
|
void in_revarpinput __P((struct mbuf *));
|
|
|
|
void revarprequest __P((struct ifnet *));
|
|
|
|
int revarpwhoarewe __P((struct ifnet *, struct in_addr *, struct in_addr *));
|
1997-01-17 11:17:57 +03:00
|
|
|
#endif
|
1998-02-10 04:26:19 +03:00
|
|
|
|
|
|
|
#endif /* _NETINET_IF_INARP_H_ */
|