o Add IPOPT_ESO for the 'Extended Security' IP option (RFC1108)

Obtained from:	TrustedBSD Project
This commit is contained in:
Robert Watson 2001-12-14 19:37:32 +00:00
parent 18e2b6a995
commit 365979cdac
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=87919

View File

@ -125,6 +125,7 @@ struct ip {
#define IPOPT_TS 68 /* timestamp */
#define IPOPT_SECURITY 130 /* provide s,c,h,tcc */
#define IPOPT_LSRR 131 /* loose source route */
#define IPOPT_ESO 133 /* extended security */
#define IPOPT_CIPSO 134 /* commerical security */
#define IPOPT_SATID 136 /* satnet id */
#define IPOPT_SSRR 137 /* strict source route */