Deleted Added
full compact
udp6_var.h (139826) udp6_var.h (171328)
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/udp6_var.h 139826 2005-01-07 02:30:35Z imp $
29 * $FreeBSD: head/sys/netinet6/udp6_var.h 171328 2007-07-09 17:47:04Z rwatson $
30 */
31
32/*-
33 * Copyright (c) 1982, 1986, 1989, 1993
30 */
31
32/*-
33 * Copyright (c) 1982, 1986, 1989, 1993
34 * The Regents of the University of California. All rights reserved.
34 * The Regents of the University of California.
35 * 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
38 * are met:
39 * 1. Redistributions of source code must retain the above copyright
40 * notice, this list of conditions and the following disclaimer.
41 * 2. Redistributions in binary form must reproduce the above copyright
42 * notice, this list of conditions and the following disclaimer in the

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

61 */
62
63#ifndef _NETINET6_UDP6_VAR_H_
64#define _NETINET6_UDP6_VAR_H_
65
66#ifdef _KERNEL
67SYSCTL_DECL(_net_inet6_udp6);
68
36 *
37 * Redistribution and use in source and binary forms, with or without
38 * modification, are permitted provided that the following conditions
39 * are met:
40 * 1. Redistributions of source code must retain the above copyright
41 * notice, this list of conditions and the following disclaimer.
42 * 2. Redistributions in binary form must reproduce the above copyright
43 * notice, this list of conditions and the following disclaimer in the

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

62 */
63
64#ifndef _NETINET6_UDP6_VAR_H_
65#define _NETINET6_UDP6_VAR_H_
66
67#ifdef _KERNEL
68SYSCTL_DECL(_net_inet6_udp6);
69
69extern struct pr_usrreqs udp6_usrreqs;
70extern struct pr_usrreqs udp6_usrreqs;
70
71
71void udp6_ctlinput __P((int, struct sockaddr *, void *));
72int udp6_input __P((struct mbuf **, int *, int));
73int udp6_output __P((struct inpcb *inp, struct mbuf *m,
74 struct sockaddr *addr, struct mbuf *control,
75 struct thread *td));
72void udp6_ctlinput(int, struct sockaddr *, void *);
73int udp6_input(struct mbuf **, int *, int);
74int udp6_output(struct inpcb *inp, struct mbuf *m, struct sockaddr *addr,
75 struct mbuf *control, struct thread *td);
76#endif
77
78#endif /*_NETINET6_UDP6_VAR_H_*/
76#endif
77
78#endif /*_NETINET6_UDP6_VAR_H_*/