aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/kernel/kernel_ipsec.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-07-05 18:52:50 +0200
committerTobias Brunner <tobias@strongswan.org>2010-09-02 19:01:23 +0200
commit211943be236d03343a85afe87f1c36861e2323f6 (patch)
tree48afa2abe601c2fe123af492933c9ff29f108473 /src/libcharon/kernel/kernel_ipsec.h
parent74f15e93202eafee34f58962dbee4c6311bc5ce1 (diff)
downloadstrongswan-211943be236d03343a85afe87f1c36861e2323f6.tar.bz2
strongswan-211943be236d03343a85afe87f1c36861e2323f6.tar.xz
Some whitespace and code style fixes.
Diffstat (limited to 'src/libcharon/kernel/kernel_ipsec.h')
-rw-r--r--src/libcharon/kernel/kernel_ipsec.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/libcharon/kernel/kernel_ipsec.h b/src/libcharon/kernel/kernel_ipsec.h
index d09265cc9..a2c29f5fd 100644
--- a/src/libcharon/kernel/kernel_ipsec.h
+++ b/src/libcharon/kernel/kernel_ipsec.h
@@ -213,7 +213,7 @@ struct kernel_ipsec_t {
* @param dst dest address of SA
* @param src_ts traffic selector to match traffic source
* @param dst_ts traffic selector to match traffic dest
- * @param direction direction of traffic, POLICY_IN, POLICY_OUT, POLICY_FWD
+ * @param direction direction of traffic, POLICY_(IN|OUT|FWD)
* @param spi SPI of SA
* @param protocol protocol to use to protect traffic (AH/ESP)
* @param reqid unique ID of an SA to use to enforce policy
@@ -242,7 +242,7 @@ struct kernel_ipsec_t {
*
* @param src_ts traffic selector to match traffic source
* @param dst_ts traffic selector to match traffic dest
- * @param direction direction of traffic, POLICY_IN, POLICY_OUT, POLICY_FWD
+ * @param direction direction of traffic, POLICY_(IN|OUT|FWD)
* @param mark optional mark
* @param[out] use_time the monotonic timestamp of this SA's last use
* @return SUCCESS if operation completed
@@ -263,7 +263,7 @@ struct kernel_ipsec_t {
*
* @param src_ts traffic selector to match traffic source
* @param dst_ts traffic selector to match traffic dest
- * @param direction direction of traffic, POLICY_IN, POLICY_OUT, POLICY_FWD
+ * @param direction direction of traffic, POLICY_(IN|OUT|FWD)
* @param mark optional mark
* @param unrouted TRUE, if this policy is unrouted from the kernel
* @return SUCCESS if operation completed