Deleted Added
full compact
ip6_mroute.h (190012) ip6_mroute.h (194581)
1/*-
2 * Copyright (C) 1998 WIDE Project.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 13 unchanged lines hidden (view full) ---

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * $KAME: ip6_mroute.h,v 1.19 2001/06/14 06:12:55 suz Exp $
1/*-
2 * Copyright (C) 1998 WIDE Project.
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions
7 * are met:
8 * 1. Redistributions of source code must retain the above copyright

--- 13 unchanged lines hidden (view full) ---

22 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
23 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
24 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
25 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
26 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
27 * SUCH DAMAGE.
28 *
29 * $KAME: ip6_mroute.h,v 1.19 2001/06/14 06:12:55 suz Exp $
30 * $FreeBSD: head/sys/netinet6/ip6_mroute.h 190012 2009-03-19 01:43:03Z bms $
30 * $FreeBSD: head/sys/netinet6/ip6_mroute.h 194581 2009-06-21 10:29:31Z rdivacky $
31 */
32
33/* BSDI ip_mroute.h,v 2.5 1996/10/11 16:01:48 pjd Exp */
34
35/*
36 * Definitions for IP multicast forwarding.
37 *
38 * Written by David Waitzman, BBN Labs, August 1988.

--- 221 unchanged lines hidden (view full) ---

260#define MF6CHASHMOD(h) ((h) % MF6CTBLSIZ)
261#endif
262
263#define MAX_UPQ6 4 /* max. no of pkts in upcall Q */
264
265extern int (*ip6_mrouter_set)(struct socket *so, struct sockopt *sopt);
266extern int (*ip6_mrouter_get)(struct socket *so, struct sockopt *sopt);
267extern int (*ip6_mrouter_done)(void);
31 */
32
33/* BSDI ip_mroute.h,v 2.5 1996/10/11 16:01:48 pjd Exp */
34
35/*
36 * Definitions for IP multicast forwarding.
37 *
38 * Written by David Waitzman, BBN Labs, August 1988.

--- 221 unchanged lines hidden (view full) ---

260#define MF6CHASHMOD(h) ((h) % MF6CTBLSIZ)
261#endif
262
263#define MAX_UPQ6 4 /* max. no of pkts in upcall Q */
264
265extern int (*ip6_mrouter_set)(struct socket *so, struct sockopt *sopt);
266extern int (*ip6_mrouter_get)(struct socket *so, struct sockopt *sopt);
267extern int (*ip6_mrouter_done)(void);
268extern int (*mrt6_ioctl)(int, caddr_t);
268extern int (*mrt6_ioctl)(u_long, caddr_t);
269#endif /* _KERNEL */
270
271#endif /* !_NETINET6_IP6_MROUTE_H_ */
269#endif /* _KERNEL */
270
271#endif /* !_NETINET6_IP6_MROUTE_H_ */