Deleted Added
full compact
icmp6.c (105194) icmp6.c (105199)
1/* $FreeBSD: head/sys/netinet6/icmp6.c 105194 2002-10-16 01:54:46Z sam $ */
1/* $FreeBSD: head/sys/netinet6/icmp6.c 105199 2002-10-16 02:25:05Z sam $ */
2/* $KAME: icmp6.c,v 1.211 2001/04/04 05:56:20 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

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

101#include <netinet6/mld6_var.h>
102#include <netinet6/nd6.h>
103
104#ifdef IPSEC
105#include <netinet6/ipsec.h>
106#include <netkey/key.h>
107#endif
108
2/* $KAME: icmp6.c,v 1.211 2001/04/04 05:56:20 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

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

101#include <netinet6/mld6_var.h>
102#include <netinet6/nd6.h>
103
104#ifdef IPSEC
105#include <netinet6/ipsec.h>
106#include <netkey/key.h>
107#endif
108
109#ifdef FAST_IPSEC
110#include <netipsec/ipsec.h>
111#include <netipsec/key.h>
112#define IPSEC
113#endif
114
109#include <net/net_osdep.h>
110
111#ifdef HAVE_NRL_INPCB
112/* inpcb members */
113#define in6pcb inpcb
114#define in6p_laddr inp_laddr6
115#define in6p_faddr inp_faddr6
116#define in6p_icmp6filt inp_icmp6filt

--- 2745 unchanged lines hidden ---
115#include <net/net_osdep.h>
116
117#ifdef HAVE_NRL_INPCB
118/* inpcb members */
119#define in6pcb inpcb
120#define in6p_laddr inp_laddr6
121#define in6p_faddr inp_faddr6
122#define in6p_icmp6filt inp_icmp6filt

--- 2745 unchanged lines hidden ---