From 17d3a1c234e21b4d9d8878a7f53e3e8573d90ad8 Mon Sep 17 00:00:00 2001 From: tuexen Date: Sat, 27 Jan 2018 13:46:55 +0000 Subject: [PATCH] Add constant for the PAD chunk as defined in RFC 4820. This will be used by traceroute and traceroute6 soon. MFC after: 1 week --- sys/netinet/sctp_constants.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sys/netinet/sctp_constants.h b/sys/netinet/sctp_constants.h index ae452a32028d..018cd2824187 100644 --- a/sys/netinet/sctp_constants.h +++ b/sys/netinet/sctp_constants.h @@ -420,6 +420,8 @@ __FBSDID("$FreeBSD$"); #define SCTP_RANDOM 0x8002 #define SCTP_CHUNK_LIST 0x8003 #define SCTP_HMAC_LIST 0x8004 +/* RFC 4820 */ +#define SCTP_PAD 0x8005 /* RFC 5061 */ #define SCTP_SUPPORTED_CHUNK_EXT 0x8008