summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctp_auth.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet/sctp_auth.h')
-rw-r--r--sys/netinet/sctp_auth.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/sys/netinet/sctp_auth.h b/sys/netinet/sctp_auth.h
index 5d0f4da..f9a5488 100644
--- a/sys/netinet/sctp_auth.h
+++ b/sys/netinet/sctp_auth.h
@@ -98,17 +98,10 @@ typedef struct sctp_authinfo {
} sctp_authinfo_t;
-/*
- * global variables
- */
-extern uint32_t sctp_asconf_auth_nochk; /* sysctl to disable ASCONF auth chk */
-extern uint32_t sctp_auth_disable; /* sysctl for temp feature interop */
-extern uint32_t sctp_auth_random_len; /* sysctl */
/*
* Macros
*/
-
#define sctp_auth_is_required_chunk(chunk, list) ((list == NULL) ? (0) : (list->chunks[chunk] != 0))
/*
OpenPOWER on IntegriCloud