Deleted Added
full compact
raw_ip6.c (122062) raw_ip6.c (122875)
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/raw_ip6.c 122062 2003-11-04 16:02:05Z ume $
29 * $FreeBSD: head/sys/netinet6/raw_ip6.c 122875 2003-11-18 00:39:07Z rwatson $
30 */
31
32/*
33 * Copyright (c) 1982, 1986, 1988, 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

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

745 return rip6_output(m, so, dst, control);
746}
747
748struct pr_usrreqs rip6_usrreqs = {
749 rip6_abort, pru_accept_notsupp, rip6_attach, rip6_bind, rip6_connect,
750 pru_connect2_notsupp, in6_control, rip6_detach, rip6_disconnect,
751 pru_listen_notsupp, in6_setpeeraddr, pru_rcvd_notsupp,
752 pru_rcvoob_notsupp, rip6_send, pru_sense_null, rip6_shutdown,
30 */
31
32/*
33 * Copyright (c) 1982, 1986, 1988, 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

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

745 return rip6_output(m, so, dst, control);
746}
747
748struct pr_usrreqs rip6_usrreqs = {
749 rip6_abort, pru_accept_notsupp, rip6_attach, rip6_bind, rip6_connect,
750 pru_connect2_notsupp, in6_control, rip6_detach, rip6_disconnect,
751 pru_listen_notsupp, in6_setpeeraddr, pru_rcvd_notsupp,
752 pru_rcvoob_notsupp, rip6_send, pru_sense_null, rip6_shutdown,
753 in6_setsockaddr, sosend, soreceive, sopoll
753 in6_setsockaddr, sosend, soreceive, sopoll, pru_sosetlabel_null
754};
754};