Deleted Added
full compact
icmp6.h (53541) icmp6.h (54263)
1/*
2 * Copyright (C) 1995, 1996, 1997, and 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

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

21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
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 *
1/*
2 * Copyright (C) 1995, 1996, 1997, and 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

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

21 * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
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 * $FreeBSD: head/sys/netinet6/icmp6.h 53541 1999-11-22 02:45:11Z shin $
29 * $FreeBSD: head/sys/netinet6/icmp6.h 54263 1999-12-07 17:39:16Z shin $
30 */
31
32/*
33 * Copyright (c) 1982, 1986, 1993
34 * The Regents of the University of California. All rights reserved.
35 *
36 * Redistribution and use in source and binary forms, with or without
37 * modification, are permitted provided that the following conditions

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

511 &nd6_mmaxtries, \
512 &nd6_useloopback, \
513 &nd6_proxyall, \
514}
515
516#define RTF_PROBEMTU RTF_PROTO1
517
518#ifdef _KERNEL
30 */
31
32/*
33 * Copyright (c) 1982, 1986, 1993
34 * The Regents of the University of California. All rights reserved.
35 *
36 * Redistribution and use in source and binary forms, with or without
37 * modification, are permitted provided that the following conditions

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

511 &nd6_mmaxtries, \
512 &nd6_useloopback, \
513 &nd6_proxyall, \
514}
515
516#define RTF_PROBEMTU RTF_PROTO1
517
518#ifdef _KERNEL
519#ifdef SYSCTL_DECL
520SYSCTL_DECL(_net_inet6_icmp6);
521#endif
519# ifdef __STDC__
520struct rtentry;
521struct rttimer;
522struct in6_multi;
523# endif
524void icmp6_init __P((void));
525void icmp6_paramerror __P((struct mbuf *, int));
526void icmp6_error __P((struct mbuf *, int, int, int));

--- 76 unchanged lines hidden ---
522# ifdef __STDC__
523struct rtentry;
524struct rttimer;
525struct in6_multi;
526# endif
527void icmp6_init __P((void));
528void icmp6_paramerror __P((struct mbuf *, int));
529void icmp6_error __P((struct mbuf *, int, int, int));

--- 76 unchanged lines hidden ---