Add constant for the PAD chunk as defined in RFC 4820.

This will be used by traceroute and traceroute6 soon.

MFC after:	1 week
This commit is contained in:
tuexen 2018-01-27 13:46:55 +00:00
parent 42eb2f4fed
commit 17d3a1c234

View File

@ -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