summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_auth.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_auth.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_auth.h')
-rw-r--r--sys/netinet/sctp_auth.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sys/netinet/sctp_auth.h b/sys/netinet/sctp_auth.h
index 535c0fc..423a5cc 100644
--- a/sys/netinet/sctp_auth.h
+++ b/sys/netinet/sctp_auth.h
@@ -112,7 +112,6 @@ extern sctp_auth_chklist_t *sctp_copy_chunklist(sctp_auth_chklist_t * chklist);
extern int sctp_auth_add_chunk(uint8_t chunk, sctp_auth_chklist_t * list);
extern int sctp_auth_delete_chunk(uint8_t chunk, sctp_auth_chklist_t * list);
extern size_t sctp_auth_get_chklist_size(const sctp_auth_chklist_t * list);
-extern void sctp_auth_set_default_chunks(sctp_auth_chklist_t * list);
extern int
sctp_serialize_auth_chunks(const sctp_auth_chklist_t * list,
uint8_t * ptr);
OpenPOWER on IntegriCloud