Home
last modified time | relevance | path

Searched refs:sctp_auth_enable (Results 1 – 5 of 5) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_sysctl.c72 SCTP_BASE_SYSCTL(sctp_auth_enable) = SCTPCTL_AUTH_ENABLE_DEFAULT; in sctp_init_sysctls()
777 new = SCTP_BASE_SYSCTL(sctp_auth_enable);
795 SCTP_BASE_SYSCTL(sctp_auth_enable) = new;
824 ((new == 1) && (SCTP_BASE_SYSCTL(sctp_auth_enable) == 0))) {
828 ((new == 1) && (SCTP_BASE_SYSCTL(sctp_auth_enable) == 0))) {
1341 &SCTP_BASE_SYSCTL(sctp_auth_enable), 0, sctp_sysctl_handle_auth, in sysctl_setup_sctp()
Dsctp_sysctl.h53 uint32_t sctp_auth_enable; member
Dsctp_pcb.c2829 inp->auth_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_auth_enable);
/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/
Dusrsctp.h1087 USRSCTP_SYSCTL_DECL(sctp_auth_enable)
Duser_socket.c3440 USRSCTP_SYSCTL_SET_DEF(sctp_auth_enable, SCTPCTL_AUTH_ENABLE)
3519 USRSCTP_SYSCTL_GET_DEF(sctp_auth_enable)