Deleted Added
full compact
key_debug.c (189103) key_debug.c (195699)
1/* $FreeBSD: head/sys/netipsec/key_debug.c 189103 2009-02-27 13:22:26Z bz $ */
1/* $FreeBSD: head/sys/netipsec/key_debug.c 195699 2009-07-14 22:48:30Z rwatson $ */
2/* $KAME: key_debug.c,v 1.26 2001/06/27 10:46:50 sakane 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

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

39#include <sys/types.h>
40#include <sys/param.h>
41#ifdef _KERNEL
42#include <sys/systm.h>
43#include <sys/mbuf.h>
44#include <sys/queue.h>
45#endif
46#include <sys/socket.h>
2/* $KAME: key_debug.c,v 1.26 2001/06/27 10:46:50 sakane 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

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

39#include <sys/types.h>
40#include <sys/param.h>
41#ifdef _KERNEL
42#include <sys/systm.h>
43#include <sys/mbuf.h>
44#include <sys/queue.h>
45#endif
46#include <sys/socket.h>
47#include <sys/vimage.h>
48
49#include <net/route.h>
47
48#include <net/route.h>
49#include <net/vnet.h>
50
51#include <netipsec/key_var.h>
52#include <netipsec/key_debug.h>
53
54#include <netinet/in.h>
55#include <netipsec/ipsec.h>
56#ifdef _KERNEL
57#include <netipsec/keydb.h>

--- 712 unchanged lines hidden ---
50
51#include <netipsec/key_var.h>
52#include <netipsec/key_debug.h>
53
54#include <netinet/in.h>
55#include <netipsec/ipsec.h>
56#ifdef _KERNEL
57#include <netipsec/keydb.h>

--- 712 unchanged lines hidden ---