summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_pcb.h
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2014-08-22 20:22:12 +0000
committertuexen <tuexen@FreeBSD.org>2014-08-22 20:22:12 +0000
commitfcd4ba9eaabfa53f01ae9c54fc6bdbfd9a91ffa1 (patch)
tree904bcfbcd27fe0a0fe4516de4a6f7a06efa7effb /sys/netinet/sctp_pcb.h
parent85630ed213a4dd53b8bb3a51a3824204c1eb417d (diff)
downloadFreeBSD-src-fcd4ba9eaabfa53f01ae9c54fc6bdbfd9a91ffa1.zip
FreeBSD-src-fcd4ba9eaabfa53f01ae9c54fc6bdbfd9a91ffa1.tar.gz
MFC r269858:
Add support for the SCTP_AUTH_SUPPORTED and SCTP_ASCONF_SUPPORTED socket options. Add also a sysctl to control the support of ASCONF.
Diffstat (limited to 'sys/netinet/sctp_pcb.h')
-rw-r--r--sys/netinet/sctp_pcb.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/netinet/sctp_pcb.h b/sys/netinet/sctp_pcb.h
index 694148a..c9183b1 100644
--- a/sys/netinet/sctp_pcb.h
+++ b/sys/netinet/sctp_pcb.h
@@ -408,6 +408,8 @@ struct sctp_inpcb {
uint32_t sctp_cmt_on_off;
uint8_t ecn_supported;
uint8_t prsctp_supported;
+ uint8_t auth_supported;
+ uint8_t asconf_supported;
uint8_t reconfig_supported;
uint8_t nrsack_supported;
uint8_t pktdrop_supported;
OpenPOWER on IntegriCloud