summaryrefslogtreecommitdiffstats
path: root/sys/netinet
diff options
context:
space:
mode:
authorgnn <gnn@FreeBSD.org>2005-12-20 09:24:04 +0000
committergnn <gnn@FreeBSD.org>2005-12-20 09:24:04 +0000
commit9736e3d822518c1bd0207b76d3614e585d7b1229 (patch)
treec380c07c4ed310bdd370536fd1c2f2a7b8630dfe /sys/netinet
parent6168246eb277979999f16d71eeb87bdc9b7c4424 (diff)
downloadFreeBSD-src-9736e3d822518c1bd0207b76d3614e585d7b1229.zip
FreeBSD-src-9736e3d822518c1bd0207b76d3614e585d7b1229.tar.gz
Add protocol number for SCTP.
Submitted by: Randall Stewart rrs at cisco.com MFC after: 1 week
Diffstat (limited to 'sys/netinet')
-rw-r--r--sys/netinet/in.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h
index e06f200..5f3c536 100644
--- a/sys/netinet/in.h
+++ b/sys/netinet/in.h
@@ -228,6 +228,7 @@ __END_DECLS
#define IPPROTO_APES 99 /* any private encr. scheme */
#define IPPROTO_GMTP 100 /* GMTP*/
#define IPPROTO_IPCOMP 108 /* payload compression (IPComp) */
+#define IPPROTO_SCTP 132 /* SCTP */
/* 101-254: Partly Unassigned */
#define IPPROTO_PIM 103 /* Protocol Independent Mcast */
#define IPPROTO_CARP 112 /* CARP */
OpenPOWER on IntegriCloud