Deleted Added
full compact
key_debug.c (286292) key_debug.c (295126)
1/* $FreeBSD: head/sys/netipsec/key_debug.c 286292 2015-08-04 17:47:11Z jmg $ */
1/* $FreeBSD: head/sys/netipsec/key_debug.c 295126 2016-02-01 17:41:21Z glebius $ */
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

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

31 */
32
33#ifdef _KERNEL
34#include "opt_inet.h"
35#include "opt_inet6.h"
36#include "opt_ipsec.h"
37#endif
38
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

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

31 */
32
33#ifdef _KERNEL
34#include "opt_inet.h"
35#include "opt_inet6.h"
36#include "opt_ipsec.h"
37#endif
38
39#include <sys/types.h>
40#include <sys/param.h>
41#ifdef _KERNEL
42#include <sys/systm.h>
39#include <sys/param.h>
40#ifdef _KERNEL
41#include <sys/systm.h>
42#include <sys/malloc.h>
43#include <sys/mbuf.h>
44#include <sys/queue.h>
45#endif
46#include <sys/socket.h>
47
48#include <net/vnet.h>
49
50#include <netipsec/key_var.h>

--- 691 unchanged lines hidden ---
43#include <sys/mbuf.h>
44#include <sys/queue.h>
45#endif
46#include <sys/socket.h>
47
48#include <net/vnet.h>
49
50#include <netipsec/key_var.h>

--- 691 unchanged lines hidden ---