Home
last modified time | relevance | path

Searched refs:auth_supported (Results 1 – 10 of 10) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_peeloff.c128 n_inp->auth_supported = inp->auth_supported; in sctp_do_peeloff()
233 n_inp->auth_supported = inp->auth_supported; in sctp_get_peeloff()
Dsctp_pcb.h497 uint8_t auth_supported; member
Dsctp_structs.h1234 uint8_t auth_supported; member
Dsctp_input.c837 if (stcb->asoc.auth_supported == 0) { in sctp_handle_nat_missing_state()
3037 inp->auth_supported = (*inp_p)->auth_supported;
4801 (inp->auth_supported == 1)) {
5656 if (stcb->asoc.auth_supported == 0) {
Dsctp_usrreq.c4163 av->assoc_value = stcb->asoc.auth_supported;
4171 av->assoc_value = inp->auth_supported;
5089 inp->auth_supported = 1;
7558 inp->auth_supported = 0;
7560 inp->auth_supported = 1;
7588 (inp->auth_supported == 0)) {
Dsctp_pcb.c2829 inp->auth_supported = (uint8_t)SCTP_BASE_SYSCTL(sctp_auth_enable);
7596 if ((stcb->asoc.auth_supported == 1) &&
7599 stcb->asoc.auth_supported = 0;
7603 (stcb->asoc.auth_supported == 0) ||
Dsctputil.c1175 asoc->auth_supported = inp->auth_supported; in sctp_init_asoc()
3325 if (stcb->asoc.auth_supported == 1) { in sctp_notify_assoc_change()
4288 if (stcb->asoc.auth_supported == 0) {
4377 if (stcb->asoc.auth_supported == 0) {
Dsctp_output.c5197 if (stcb->asoc.auth_supported == 1) {
5224 if (stcb->asoc.auth_supported) {
6466 if (((asoc != NULL) && (asoc->auth_supported == 1)) ||
6467 ((asoc == NULL) && (inp->auth_supported == 1))) {
6500 if (((asoc != NULL) && (asoc->auth_supported == 1)) ||
6501 ((asoc == NULL) && (inp->auth_supported == 1))) {
14821 if (stcb->asoc.auth_supported == 0) {
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/drivers/
Ddriver_nl80211_capa.c69 unsigned int auth_supported:1; member
229 info->auth_supported = 1; in wiphy_info_supp_cmds()
856 if (info->auth_supported) in wpa_driver_nl80211_get_info()
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/drivers/
Ddriver_nl80211_capa.c71 unsigned int auth_supported:1; member
234 info->auth_supported = 1; in wiphy_info_supp_cmds()
1100 if (info->auth_supported) in wpa_driver_nl80211_get_info()