]> git.saurik.com Git - apple/xnu.git/blobdiff - bsd/netkey/keydb.h
xnu-1699.32.7.tar.gz
[apple/xnu.git] / bsd / netkey / keydb.h
index 53cddffce33d97f534cd37284b77c0a04256bab2..e304c336f2906ecac6a12f846144b1a848a95b98 100644 (file)
@@ -59,6 +59,7 @@ struct secashead {
        struct sadb_ident *identd;      /* destination identity */
                                        /* XXX I don't know how to use them. */
 
+       u_int8_t dir;                   /* IPSEC_DIR_INBOUND or IPSEC_DIR_OUTBOUND */
        u_int8_t state;                 /* MATURE or DEAD. */
        LIST_HEAD(_satree, secasvar) savtree[SADB_SASTATE_MAX+1];
                                        /* SA chain */