Deleted Added
sdiff udiff text old ( 169425 ) new ( 171167 )
full compact
1/* $FreeBSD: head/sys/net/pfkeyv2.h 169425 2007-05-09 19:37:02Z gnn $ */
2/* $KAME: pfkeyv2.h,v 1.37 2003/09/06 05:15:43 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

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

323/* private allocations - based on RFC2407/IANA assignment */
324#define SADB_X_EALG_CAST128CBC 6
325#define SADB_X_EALG_BLOWFISHCBC 7
326#define SADB_X_EALG_RIJNDAELCBC 12
327#define SADB_X_EALG_AES 12
328/* private allocations - based on RFC4312/IANA assignment */
329#define SADB_X_EALG_CAMELLIACBC 22
330/* private allocations should use 249-255 (RFC2407) */
331#define SADB_X_EALG_SKIPJACK 249 /*250*/ /* for FAST_IPSEC */
332#define SADB_X_EALG_AESCTR 250 /*249*/ /* draft-ietf-ipsec-ciph-aes-ctr-03 */
333
334/* private allocations - based on RFC2407/IANA assignment */
335#define SADB_X_CALG_NONE 0
336#define SADB_X_CALG_OUI 1
337#define SADB_X_CALG_DEFLATE 2
338#define SADB_X_CALG_LZS 3
339#define SADB_X_CALG_MAX 4

--- 58 unchanged lines hidden ---