X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/0a7de7458d150b5d4dffc935ba399be265ef0a1a..4ba76501152d51ccb5647018f3192c6096367d48:/bsd/net/net_kev.h diff --git a/bsd/net/net_kev.h b/bsd/net/net_kev.h index 085db9c3f..a32a2ab04 100644 --- a/bsd/net/net_kev.h +++ b/bsd/net/net_kev.h @@ -142,6 +142,10 @@ /* KEV_MPTCP_SUBCLASS event codes */ #define KEV_MPTCP_CELLUSE 1 +#define KEV_IPSEC_SUBCLASS 13 /* IPsec event subclass */ +#define KEV_IPSEC_WAKE_PACKET 1 /* IPsec wake packet available, the + * first packet processed after a wake event */ + #endif /* PRIVATE */ #endif /* (!_POSIX_C_SOURCE || _DARWIN_C_SOURCE) */ #endif /* _NET_NETKEV_H_ */