Deleted Added
full compact
in6_proto.c (100676) in6_proto.c (105199)
1/* $FreeBSD: head/sys/netinet6/in6_proto.c 100676 2002-07-25 15:44:01Z ume $ */
1/* $FreeBSD: head/sys/netinet6/in6_proto.c 105199 2002-10-16 02:25:05Z sam $ */
2/* $KAME: in6_proto.c,v 1.91 2001/05/27 13:28:35 itojun Exp $ */
3
4/*
5 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

121#endif
122#endif
123#include <netinet6/ipcomp.h>
124#ifdef INET6
125#include <netinet6/ipcomp6.h>
126#endif
127#endif /* IPSEC */
128
2/* $KAME: in6_proto.c,v 1.91 2001/05/27 13:28:35 itojun Exp $ */
3
4/*
5 * Copyright (C) 1995, 1996, 1997, and 1998 WIDE Project.
6 * All rights reserved.
7 *
8 * Redistribution and use in source and binary forms, with or without
9 * modification, are permitted provided that the following conditions

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

121#endif
122#endif
123#include <netinet6/ipcomp.h>
124#ifdef INET6
125#include <netinet6/ipcomp6.h>
126#endif
127#endif /* IPSEC */
128
129#ifdef FAST_IPSEC
130#include <netipsec/ipsec6.h>
131#define IPSEC
132#define IPSEC_ESP
133#define ah6_input ipsec6_common_input
134#define esp6_input ipsec6_common_input
135#define ipcomp6_input ipsec6_common_input
136#endif /* FAST_IPSEC */
137
129#include <netinet6/ip6protosw.h>
130
131#include <net/net_osdep.h>
132
133/*
134 * TCP/IP protocol family: IP6, ICMP6, UDP, TCP.
135 */
136

--- 315 unchanged lines hidden ---
138#include <netinet6/ip6protosw.h>
139
140#include <net/net_osdep.h>
141
142/*
143 * TCP/IP protocol family: IP6, ICMP6, UDP, TCP.
144 */
145

--- 315 unchanged lines hidden ---