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:
Michael Tuexen 2018-01-27 13:46:55 +00:00
parent 07e75d0a37
commit cf6339882e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=328478

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