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:
parent
42eb2f4fed
commit
17d3a1c234
@ -420,6 +420,8 @@ __FBSDID("$FreeBSD$");
|
|||||||
#define SCTP_RANDOM 0x8002
|
#define SCTP_RANDOM 0x8002
|
||||||
#define SCTP_CHUNK_LIST 0x8003
|
#define SCTP_CHUNK_LIST 0x8003
|
||||||
#define SCTP_HMAC_LIST 0x8004
|
#define SCTP_HMAC_LIST 0x8004
|
||||||
|
/* RFC 4820 */
|
||||||
|
#define SCTP_PAD 0x8005
|
||||||
/* RFC 5061 */
|
/* RFC 5061 */
|
||||||
#define SCTP_SUPPORTED_CHUNK_EXT 0x8008
|
#define SCTP_SUPPORTED_CHUNK_EXT 0x8008
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user