diff options
author | 2021-01-18 12:22:40 +0000 | |
---|---|---|
committer | 2021-01-18 12:22:40 +0000 | |
commit | 1a9580ea3017a144d78ce4c6dbe356b01824783b (patch) | |
tree | 743a35e87bb7720aef3d2ec1da73c16968a25806 /sys/netinet/in.h | |
parent | Adjust code to the change of struct bgpd_addr in bgpd. (diff) | |
download | wireguard-openbsd-1a9580ea3017a144d78ce4c6dbe356b01824783b.tar.xz wireguard-openbsd-1a9580ea3017a144d78ce4c6dbe356b01824783b.zip |
add IPPROTO_SCTP, ok claudio@
Diffstat (limited to 'sys/netinet/in.h')
-rw-r--r-- | sys/netinet/in.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sys/netinet/in.h b/sys/netinet/in.h index 1399311af38..0a2b1d2c138 100644 --- a/sys/netinet/in.h +++ b/sys/netinet/in.h @@ -1,4 +1,4 @@ -/* $OpenBSD: in.h,v 1.139 2021/01/07 14:51:46 claudio Exp $ */ +/* $OpenBSD: in.h,v 1.140 2021/01/18 12:22:40 sthen Exp $ */ /* $NetBSD: in.h,v 1.20 1996/02/13 23:41:47 christos Exp $ */ /* @@ -97,6 +97,7 @@ typedef __in_port_t in_port_t; /* IP port type */ #define IPPROTO_PIM 103 /* Protocol indep. multicast */ #define IPPROTO_IPCOMP 108 /* IP Payload Comp. Protocol */ #define IPPROTO_CARP 112 /* CARP */ +#define IPPROTO_SCTP 132 /* SCTP, RFC 4960 */ #define IPPROTO_UDPLITE 136 /* UDP-Lite, RFC 3828 */ #define IPPROTO_MPLS 137 /* unicast MPLS packet */ #define IPPROTO_PFSYNC 240 /* PFSYNC */ |