summaryrefslogtreecommitdiff
path: root/sys/net/pfkeyv2.h
diff options
context:
space:
mode:
authorAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-05 00:33:47 +0000
committerAngelos D. Keromytis <angelos@cvs.openbsd.org>2001-05-05 00:33:47 +0000
commit7808aa56d3daad431844815999941591a471f4e1 (patch)
tree0463db7c2b37c0977c3258f88de318484007e966 /sys/net/pfkeyv2.h
parent22c244342ee6f54e10824582a6dc9e3b3bd431ed (diff)
Use the new M_* malloc types
Diffstat (limited to 'sys/net/pfkeyv2.h')
-rw-r--r--sys/net/pfkeyv2.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pfkeyv2.h b/sys/net/pfkeyv2.h
index 24f89895fe5..ad46d758392 100644
--- a/sys/net/pfkeyv2.h
+++ b/sys/net/pfkeyv2.h
@@ -200,8 +200,8 @@ struct sadb_cred {
#define SADB_X_EXT_SA2 23
#define SADB_X_EXT_DST2 24
#define SADB_X_EXT_POLICY 25
-#define SADB_X_EXT_SRC_CREDENTIALS 26
-#define SADB_X_EXT_DST_CREDENTIALS 27
+#define SADB_X_EXT_LOCAL_CREDENTIALS 26
+#define SADB_X_EXT_REMOTE_CREDENTIALS 27
#define SADB_EXT_MAX 27
/* Fix pfkeyv2.c struct pfkeyv2_socket if SATYPE_MAX > 31 */