if.h revision 79103
11541Srgrimes/*
21541Srgrimes * Copyright (c) 1982, 1986, 1989, 1993
31541Srgrimes *	The Regents of the University of California.  All rights reserved.
41541Srgrimes *
51541Srgrimes * Redistribution and use in source and binary forms, with or without
61541Srgrimes * modification, are permitted provided that the following conditions
71541Srgrimes * are met:
81541Srgrimes * 1. Redistributions of source code must retain the above copyright
91541Srgrimes *    notice, this list of conditions and the following disclaimer.
101541Srgrimes * 2. Redistributions in binary form must reproduce the above copyright
111541Srgrimes *    notice, this list of conditions and the following disclaimer in the
121541Srgrimes *    documentation and/or other materials provided with the distribution.
131541Srgrimes * 3. All advertising materials mentioning features or use of this software
141541Srgrimes *    must display the following acknowledgement:
151541Srgrimes *	This product includes software developed by the University of
161541Srgrimes *	California, Berkeley and its contributors.
171541Srgrimes * 4. Neither the name of the University nor the names of its contributors
181541Srgrimes *    may be used to endorse or promote products derived from this software
191541Srgrimes *    without specific prior written permission.
201541Srgrimes *
211541Srgrimes * THIS SOFTWARE IS PROVIDED BY THE REGENTS AND CONTRIBUTORS ``AS IS'' AND
221541Srgrimes * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
231541Srgrimes * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
241541Srgrimes * ARE DISCLAIMED.  IN NO EVENT SHALL THE REGENTS OR CONTRIBUTORS BE LIABLE
251541Srgrimes * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
261541Srgrimes * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
271541Srgrimes * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
281541Srgrimes * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
291541Srgrimes * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
301541Srgrimes * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
311541Srgrimes * SUCH DAMAGE.
321541Srgrimes *
331541Srgrimes *	@(#)if.h	8.1 (Berkeley) 6/10/93
3450477Speter * $FreeBSD: head/sys/net/if.h 79103 2001-07-02 20:49:25Z brooks $
351541Srgrimes */
361541Srgrimes
372168Spaul#ifndef _NET_IF_H_
384507Sbde#define	_NET_IF_H_
392168Spaul
4079103Sbrooks#include <sys/queue.h>
4179103Sbrooks
421541Srgrimes/*
4334750Speter * <net/if.h> does not depend on <sys/time.h> on most other systems.  This
4472093Sasmodai * helps userland compatibility.  (struct timeval ifi_lastchange)
4534750Speter */
4655205Speter#ifndef _KERNEL
4734750Speter#include <sys/time.h>
4834750Speter#endif
4934750Speter
5079103Sbrooksstruct ifnet;
5179103Sbrooks
5234750Speter/*
5379103Sbrooks * Length of interface external name, including terminating '\0'.
5479103Sbrooks * Note: this is the same size as a generic device's external name.
5579103Sbrooks */
5679103Sbrooks#define		IFNAMSIZ	16
5779103Sbrooks#define		IF_NAMESIZE	IFNAMSIZ
5879103Sbrooks
5979103Sbrooks/*
6079103Sbrooks * Structure describing a `cloning' interface.
6179103Sbrooks */
6279103Sbrooksstruct if_clone {
6379103Sbrooks	LIST_ENTRY(if_clone) ifc_list;	/* on list of cloners */
6479103Sbrooks	const char *ifc_name;		/* name of device, e.g. `gif' */
6579103Sbrooks	size_t ifc_namelen;		/* length of name */
6679103Sbrooks
6779103Sbrooks	int	(*ifc_create)(struct if_clone *, int *);
6879103Sbrooks	void	(*ifc_destroy)(struct ifnet *);
6979103Sbrooks};
7079103Sbrooks
7179103Sbrooks#define IF_CLONE_INITIALIZER(name, create, destroy)			\
7279103Sbrooks	{ { 0 }, name, sizeof(name) - 1, create, destroy }
7379103Sbrooks
7479103Sbrooks/*
7579103Sbrooks * Structure used to query names of interface cloners.
7679103Sbrooks */
7779103Sbrooks
7879103Sbrooksstruct if_clonereq {
7979103Sbrooks	int	ifcr_total;		/* total cloners (out) */
8079103Sbrooks	int	ifcr_count;		/* room for this many in user buffer */
8179103Sbrooks	char	*ifcr_buffer;		/* buffer for cloner names */
8279103Sbrooks};
8379103Sbrooks
8479103Sbrooks/*
8519079Sfenner * Structure describing information about an interface
8619079Sfenner * which may be of interest to management entities.
8719079Sfenner */
889457Sjoergstruct if_data {
899457Sjoerg	/* generic interface information */
909457Sjoerg	u_char	ifi_type;		/* ethernet, tokenring, etc */
919457Sjoerg	u_char	ifi_physical;		/* e.g., AUI, Thinnet, 10base-T, etc */
929457Sjoerg	u_char	ifi_addrlen;		/* media address length */
939457Sjoerg	u_char	ifi_hdrlen;		/* media header length */
9417352Swollman	u_char	ifi_recvquota;		/* polling quota for receive intrs */
9517352Swollman	u_char	ifi_xmitquota;		/* polling quota for xmit intrs */
969457Sjoerg	u_long	ifi_mtu;		/* maximum transmission unit */
979457Sjoerg	u_long	ifi_metric;		/* routing metric (external only) */
989457Sjoerg	u_long	ifi_baudrate;		/* linespeed */
999457Sjoerg	/* volatile statistics */
1009457Sjoerg	u_long	ifi_ipackets;		/* packets received on interface */
1019457Sjoerg	u_long	ifi_ierrors;		/* input errors on interface */
1029457Sjoerg	u_long	ifi_opackets;		/* packets sent on interface */
1039457Sjoerg	u_long	ifi_oerrors;		/* output errors on interface */
1049457Sjoerg	u_long	ifi_collisions;		/* collisions on csma interfaces */
1059457Sjoerg	u_long	ifi_ibytes;		/* total number of octets received */
1069457Sjoerg	u_long	ifi_obytes;		/* total number of octets sent */
1079457Sjoerg	u_long	ifi_imcasts;		/* packets received via multicast */
1089457Sjoerg	u_long	ifi_omcasts;		/* packets sent via multicast */
1099457Sjoerg	u_long	ifi_iqdrops;		/* dropped on input, this interface */
1109457Sjoerg	u_long	ifi_noproto;		/* destined for unsupported protocol */
11158698Sjlemon	u_long	ifi_hwassist;		/* HW offload capabilities */
11258698Sjlemon	u_long	ifi_unused;		/* XXX was ifi_xmittiming */
11316287Sgpalmer	struct	timeval ifi_lastchange;	/* time of last administrative change */
1149457Sjoerg};
1159457Sjoerg
1161541Srgrimes#define	IFF_UP		0x1		/* interface is up */
1171541Srgrimes#define	IFF_BROADCAST	0x2		/* broadcast address valid */
1181541Srgrimes#define	IFF_DEBUG	0x4		/* turn on debugging */
1191541Srgrimes#define	IFF_LOOPBACK	0x8		/* is a loopback net */
1201541Srgrimes#define	IFF_POINTOPOINT	0x10		/* interface is point-to-point link */
12147777Sphk#define	IFF_SMART	0x20		/* interface manages own routes */
1221541Srgrimes#define	IFF_RUNNING	0x40		/* resources allocated */
1231541Srgrimes#define	IFF_NOARP	0x80		/* no address resolution protocol */
1241541Srgrimes#define	IFF_PROMISC	0x100		/* receive all packets */
1251541Srgrimes#define	IFF_ALLMULTI	0x200		/* receive all multicast packets */
1261541Srgrimes#define	IFF_OACTIVE	0x400		/* transmission in progress */
1271541Srgrimes#define	IFF_SIMPLEX	0x800		/* can't hear own transmissions */
1281541Srgrimes#define	IFF_LINK0	0x1000		/* per link layer defined bit */
1291541Srgrimes#define	IFF_LINK1	0x2000		/* per link layer defined bit */
1301541Srgrimes#define	IFF_LINK2	0x4000		/* per link layer defined bit */
1313274Swollman#define	IFF_ALTPHYS	IFF_LINK2	/* use alternate physical connection */
1321541Srgrimes#define	IFF_MULTICAST	0x8000		/* supports multicast */
1331541Srgrimes
1341541Srgrimes/* flags set internally only: */
1351541Srgrimes#define	IFF_CANTCHANGE \
1361541Srgrimes	(IFF_BROADCAST|IFF_POINTOPOINT|IFF_RUNNING|IFF_OACTIVE|\
13747777Sphk	    IFF_SIMPLEX|IFF_MULTICAST|IFF_ALLMULTI|IFF_SMART)
1381541Srgrimes
1391541Srgrimes#define	IFQ_MAXLEN	50
1401541Srgrimes#define	IFNET_SLOWHZ	1		/* granularity is 1 second */
1411541Srgrimes
1421541Srgrimes/*
1431541Srgrimes * Message format for use in obtaining information about interfaces
1441541Srgrimes * from getkerninfo and the routing socket
1451541Srgrimes */
1461541Srgrimesstruct if_msghdr {
1471541Srgrimes	u_short	ifm_msglen;	/* to skip over non-understood messages */
14872093Sasmodai	u_char	ifm_version;	/* future binary compatibility */
1491541Srgrimes	u_char	ifm_type;	/* message type */
1501541Srgrimes	int	ifm_addrs;	/* like rtm_addrs */
1511541Srgrimes	int	ifm_flags;	/* value of if_flags */
1521541Srgrimes	u_short	ifm_index;	/* index for associated ifp */
1531541Srgrimes	struct	if_data ifm_data;/* statistics and other data about if */
1541541Srgrimes};
1551541Srgrimes
1561541Srgrimes/*
1571541Srgrimes * Message format for use in obtaining information about interface addresses
1581541Srgrimes * from getkerninfo and the routing socket
1591541Srgrimes */
1601541Srgrimesstruct ifa_msghdr {
1611541Srgrimes	u_short	ifam_msglen;	/* to skip over non-understood messages */
16272093Sasmodai	u_char	ifam_version;	/* future binary compatibility */
1631541Srgrimes	u_char	ifam_type;	/* message type */
1641541Srgrimes	int	ifam_addrs;	/* like rtm_addrs */
1651541Srgrimes	int	ifam_flags;	/* value of ifa_flags */
1661541Srgrimes	u_short	ifam_index;	/* index for associated ifp */
1671541Srgrimes	int	ifam_metric;	/* value of ifa_metric */
1681541Srgrimes};
1691541Srgrimes
1701541Srgrimes/*
17121666Swollman * Message format for use in obtaining information about multicast addresses
17221666Swollman * from the routing socket
17321666Swollman */
17421666Swollmanstruct ifma_msghdr {
17521666Swollman	u_short	ifmam_msglen;	/* to skip over non-understood messages */
17672093Sasmodai	u_char	ifmam_version;	/* future binary compatibility */
17721666Swollman	u_char	ifmam_type;	/* message type */
17821666Swollman	int	ifmam_addrs;	/* like rtm_addrs */
17921666Swollman	int	ifmam_flags;	/* value of ifa_flags */
18021666Swollman	u_short	ifmam_index;	/* index for associated ifp */
18121666Swollman};
18221666Swollman
18321666Swollman/*
1841541Srgrimes * Interface request structure used for socket
1851541Srgrimes * ioctl's.  All interface ioctl's must have parameter
1861541Srgrimes * definitions which begin with ifr_name.  The
1871541Srgrimes * remainder may be interface specific.
1881541Srgrimes */
1891541Srgrimesstruct	ifreq {
1901541Srgrimes	char	ifr_name[IFNAMSIZ];		/* if name, e.g. "en0" */
1911541Srgrimes	union {
1921541Srgrimes		struct	sockaddr ifru_addr;
1931541Srgrimes		struct	sockaddr ifru_dstaddr;
1941541Srgrimes		struct	sockaddr ifru_broadaddr;
19544144Sphk		short	ifru_flags[2];
1961541Srgrimes		int	ifru_metric;
1971941Sdg		int	ifru_mtu;
1985184Swollman		int	ifru_phys;
19925434Speter		int	ifru_media;
2001541Srgrimes		caddr_t	ifru_data;
2011541Srgrimes	} ifr_ifru;
2021541Srgrimes#define	ifr_addr	ifr_ifru.ifru_addr	/* address */
2031541Srgrimes#define	ifr_dstaddr	ifr_ifru.ifru_dstaddr	/* other end of p-to-p link */
2041541Srgrimes#define	ifr_broadaddr	ifr_ifru.ifru_broadaddr	/* broadcast address */
20544144Sphk#define	ifr_flags	ifr_ifru.ifru_flags[0]	/* flags */
20644144Sphk#define	ifr_prevflags	ifr_ifru.ifru_flags[1]	/* flags */
2071541Srgrimes#define	ifr_metric	ifr_ifru.ifru_metric	/* metric */
2081941Sdg#define	ifr_mtu		ifr_ifru.ifru_mtu	/* mtu */
2095187Sdg#define ifr_phys	ifr_ifru.ifru_phys	/* physical wire */
21025434Speter#define ifr_media	ifr_ifru.ifru_media	/* physical media */
2111541Srgrimes#define	ifr_data	ifr_ifru.ifru_data	/* for use by interface */
2121541Srgrimes};
2131541Srgrimes
21432491Swollman#define	_SIZEOF_ADDR_IFREQ(ifr) \
21532491Swollman	((ifr).ifr_addr.sa_len > sizeof(struct sockaddr) ? \
21632491Swollman	 (sizeof(struct ifreq) - sizeof(struct sockaddr) + \
21732491Swollman	  (ifr).ifr_addr.sa_len) : sizeof(struct ifreq))
21832491Swollman
2191541Srgrimesstruct ifaliasreq {
2201541Srgrimes	char	ifra_name[IFNAMSIZ];		/* if name, e.g. "en0" */
2211541Srgrimes	struct	sockaddr ifra_addr;
2221541Srgrimes	struct	sockaddr ifra_broadaddr;
2231541Srgrimes	struct	sockaddr ifra_mask;
2241541Srgrimes};
2251541Srgrimes
22625434Speterstruct ifmediareq {
22725434Speter	char	ifm_name[IFNAMSIZ];	/* if name, e.g. "en0" */
22825434Speter	int	ifm_current;		/* current media options */
22925434Speter	int	ifm_mask;		/* don't care mask */
23025434Speter	int	ifm_status;		/* media status */
23125434Speter	int	ifm_active;		/* active options */
23225434Speter	int	ifm_count;		/* # entries in ifm_ulist array */
23325434Speter	int	*ifm_ulist;		/* media words */
23425434Speter};
23548021Sphk
23648021Sphk/*
23748021Sphk * Structure used to retrieve aux status data from interfaces.
23848589Sbde * Kernel suppliers to this interface should respect the formatting
23948021Sphk * needed by ifconfig(8): each line starts with a TAB and ends with
24048589Sbde * a newline.  The canonical example to copy and paste is in if_tun.c.
24148021Sphk */
24248021Sphk
24348589Sbde#define	IFSTATMAX	800		/* 10 lines of text */
24448021Sphkstruct ifstat {
24548589Sbde	char	ifs_name[IFNAMSIZ];	/* if name, e.g. "en0" */
24648589Sbde	char	ascii[IFSTATMAX + 1];
24748021Sphk};
24848021Sphk
2491541Srgrimes/*
2501541Srgrimes * Structure used in SIOCGIFCONF request.
2511541Srgrimes * Used to retrieve interface configuration
2521541Srgrimes * for machine (useful for programs which
2531541Srgrimes * must know all networks accessible).
2541541Srgrimes */
2551541Srgrimesstruct	ifconf {
2561541Srgrimes	int	ifc_len;		/* size of associated buffer */
2571541Srgrimes	union {
2581541Srgrimes		caddr_t	ifcu_buf;
2591541Srgrimes		struct	ifreq *ifcu_req;
2601541Srgrimes	} ifc_ifcu;
2611541Srgrimes#define	ifc_buf	ifc_ifcu.ifcu_buf	/* buffer address */
2621541Srgrimes#define	ifc_req	ifc_ifcu.ifcu_req	/* array of structures returned */
2631541Srgrimes};
2641541Srgrimes
26552904Sshin
26652904Sshin/*
26752904Sshin * Structure for SIOC[AGD]LIFADDR
26852904Sshin */
26952904Sshinstruct if_laddrreq {
27052904Sshin	char	iflr_name[IFNAMSIZ];
27152904Sshin	u_int	flags;
27252904Sshin#define	IFLR_PREFIX	0x8000  /* in: prefix given  out: kernel fills id */
27352904Sshin	u_int	prefixlen;         /* in/out */
27452904Sshin	struct	sockaddr_storage addr;   /* in/out */
27552904Sshin	struct	sockaddr_storage dstaddr; /* out */
27652904Sshin};
27752904Sshin
27855205Speter#ifdef _KERNEL
27930354Sphk#ifdef MALLOC_DECLARE
28030354SphkMALLOC_DECLARE(M_IFADDR);
28130354SphkMALLOC_DECLARE(M_IFMADDR);
28230354Sphk#endif
28330354Sphk#endif
28430354Sphk
28555205Speter#ifndef _KERNEL
28652904Sshinstruct if_nameindex {
28752904Sshin	u_int	if_index;	/* 1, 2, ... */
28852904Sshin	char	*if_name;	/* null terminated name: "le0", ... */
28952904Sshin};
29052904Sshin
29152904Sshin__BEGIN_DECLS
29252904Sshinu_int	 if_nametoindex __P((const char *));
29352904Sshinchar	*if_indextoname __P((u_int, char *));
29452904Sshinstruct	 if_nameindex *if_nameindex __P((void));
29552904Sshinvoid	 if_freenameindex __P((struct if_nameindex *));
29652904Sshin__END_DECLS
29752904Sshin#endif
29852904Sshin
29955205Speter#ifdef _KERNEL
30046678Sphkstruct proc;
30148589Sbde
30248589Sbde/* XXX - this should go away soon. */
30321259Swollman#include <net/if_var.h>
3041541Srgrimes#endif
3051541Srgrimes
3064507Sbde#endif /* !_NET_IF_H_ */
307