Deleted Added
full compact
ip6_var.h (186048) ip6_var.h (186119)
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

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

53 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
54 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
55 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
56 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
57 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
58 * SUCH DAMAGE.
59 *
60 * @(#)ip_var.h 8.1 (Berkeley) 6/10/93
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

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

53 * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS
54 * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION)
55 * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
56 * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY
57 * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
58 * SUCH DAMAGE.
59 *
60 * @(#)ip_var.h 8.1 (Berkeley) 6/10/93
61 * $FreeBSD: head/sys/netinet6/ip6_var.h 186048 2008-12-13 19:13:03Z bz $
61 * $FreeBSD: head/sys/netinet6/ip6_var.h 186119 2008-12-15 06:10:57Z qingli $
62 */
63
64#ifndef _NETINET6_IP6_VAR_H_
65#define _NETINET6_IP6_VAR_H_
66
67/*
68 * IP6 reassembly queue structure. Each fragment
69 * being reassembled is attached to one of these structures.

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

393int dest6_input __P((struct mbuf **, int *, int));
394int none_input __P((struct mbuf **, int *, int));
395
396struct in6_addr *in6_selectsrc __P((struct sockaddr_in6 *, struct ip6_pktopts *,
397 struct inpcb *inp, struct route_in6 *, struct ucred *cred,
398 struct ifnet **, int *));
399int in6_selectroute __P((struct sockaddr_in6 *, struct ip6_pktopts *,
400 struct ip6_moptions *, struct route_in6 *, struct ifnet **,
62 */
63
64#ifndef _NETINET6_IP6_VAR_H_
65#define _NETINET6_IP6_VAR_H_
66
67/*
68 * IP6 reassembly queue structure. Each fragment
69 * being reassembled is attached to one of these structures.

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

393int dest6_input __P((struct mbuf **, int *, int));
394int none_input __P((struct mbuf **, int *, int));
395
396struct in6_addr *in6_selectsrc __P((struct sockaddr_in6 *, struct ip6_pktopts *,
397 struct inpcb *inp, struct route_in6 *, struct ucred *cred,
398 struct ifnet **, int *));
399int in6_selectroute __P((struct sockaddr_in6 *, struct ip6_pktopts *,
400 struct ip6_moptions *, struct route_in6 *, struct ifnet **,
401 struct rtentry **, int));
401 struct rtentry **));
402u_int32_t ip6_randomid __P((void));
403u_int32_t ip6_randomflowlabel __P((void));
404#endif /* _KERNEL */
405
406#endif /* !_NETINET6_IP6_VAR_H_ */
402u_int32_t ip6_randomid __P((void));
403u_int32_t ip6_randomflowlabel __P((void));
404#endif /* _KERNEL */
405
406#endif /* !_NETINET6_IP6_VAR_H_ */