Deleted Added
full compact
test-pfkey.c (62583) test-pfkey.c (171135)
1/* $FreeBSD: head/sbin/setkey/test-pfkey.c 62583 2000-07-04 16:22:05Z itojun $ */
1/* $FreeBSD: head/sbin/setkey/test-pfkey.c 171135 2007-07-01 12:08:08Z gnn $ */
2/* $KAME: test-pfkey.c,v 1.4 2000/06/07 00:29:14 itojun Exp $ */
3
4/*
5 * Copyright (C) 1995, 1996, 1997, 1998, and 1999 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#include <sys/types.h>
34#include <sys/param.h>
35#include <sys/socket.h>
36#include <net/route.h>
37#include <net/pfkeyv2.h>
38#include <netinet/in.h>
2/* $KAME: test-pfkey.c,v 1.4 2000/06/07 00:29:14 itojun Exp $ */
3
4/*
5 * Copyright (C) 1995, 1996, 1997, 1998, and 1999 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#include <sys/types.h>
34#include <sys/param.h>
35#include <sys/socket.h>
36#include <net/route.h>
37#include <net/pfkeyv2.h>
38#include <netinet/in.h>
39#include <netkey/keydb.h>
40#include <netkey/key_var.h>
41#include <netkey/key_debug.h>
39#include <netipsec/keydb.h>
40#include <netipsec/key_var.h>
41#include <netipsec/key_debug.h>
42
43#include <stdio.h>
44#include <stdlib.h>
45#include <limits.h>
46#include <string.h>
47#include <ctype.h>
48#include <unistd.h>
49#include <errno.h>

--- 482 unchanged lines hidden ---
42
43#include <stdio.h>
44#include <stdlib.h>
45#include <limits.h>
46#include <string.h>
47#include <ctype.h>
48#include <unistd.h>
49#include <errno.h>

--- 482 unchanged lines hidden ---