We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d958106 commit c20547aCopy full SHA for c20547a
print-isakmp.c
@@ -113,9 +113,9 @@ struct isakmp {
113
#define ISAKMP_FLAG_extra 0x04
114
115
/* IKEv2 */
116
-#define ISAKMP_FLAG_I (1 << 3) /* (I)nitiator */
117
-#define ISAKMP_FLAG_V (1 << 4) /* (V)ersion */
118
-#define ISAKMP_FLAG_R (1 << 5) /* (R)esponse */
+#define ISAKMP_FLAG_I (1 << 3) /* Initiator */
+#define ISAKMP_FLAG_V (1 << 4) /* Version */
+#define ISAKMP_FLAG_R (1 << 5) /* Response */
119
120
121
/* 3.2 Payload Generic Header
0 commit comments