Deleted Added
full compact
udp6_var.h (53541) udp6_var.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/udp6_var.h 53541 1999-11-22 02:45:11Z shin $
29 * $FreeBSD: head/sys/netinet6/udp6_var.h 54263 1999-12-07 17:39:16Z shin $
30 */
31
32/*
33 * Copyright (c) 1982, 1986, 1989, 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

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

63 *
64 * @(#)udp_var.h 8.1 (Berkeley) 6/10/93
65 */
66
67#ifndef _NETINET6_UDP6_VAR_H_
68#define _NETINET6_UDP6_VAR_H_
69
70#ifdef KERNEL
30 */
31
32/*
33 * Copyright (c) 1982, 1986, 1989, 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

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

63 *
64 * @(#)udp_var.h 8.1 (Berkeley) 6/10/93
65 */
66
67#ifndef _NETINET6_UDP6_VAR_H_
68#define _NETINET6_UDP6_VAR_H_
69
70#ifdef KERNEL
71SYSCTL_DECL(_net_inet6_udp6);
72
71extern struct pr_usrreqs udp6_usrreqs;
72
73void udp6_ctlinput __P((int, struct sockaddr *, void *));
74int udp6_input __P((struct mbuf **, int *, int));
75int udp6_output __P((struct inpcb *inp, struct mbuf *m,
76 struct sockaddr *addr, struct mbuf *control,
77 struct proc *p));
78#endif /* KERNEL */
79
80#endif /*_NETINET6_UDP6_VAR_H_*/
73extern struct pr_usrreqs udp6_usrreqs;
74
75void udp6_ctlinput __P((int, struct sockaddr *, void *));
76int udp6_input __P((struct mbuf **, int *, int));
77int udp6_output __P((struct inpcb *inp, struct mbuf *m,
78 struct sockaddr *addr, struct mbuf *control,
79 struct proc *p));
80#endif /* KERNEL */
81
82#endif /*_NETINET6_UDP6_VAR_H_*/