Home
last modified time | relevance | path

Searched refs:peer_supports_auth (Results 1 – 2 of 2) sorted by relevance

/third_party/gstreamer/gstplugins_bad/ext/sctp/usrsctp/usrsctplib/netinet/
Dsctp_auth.c1815 int peer_supports_auth = 0; local
1933 peer_supports_auth = 1;
1935 peer_supports_auth = 0;
1937 if (!peer_supports_auth && got_chklist) {
1942 if (peer_supports_asconf && !peer_supports_auth) {
1946 } else if ((peer_supports_asconf) && (peer_supports_auth) &&
Dsctp_pcb.c7029 uint8_t peer_supports_auth; local
7068 peer_supports_auth = 0;
7448 peer_supports_auth = 1;
7597 ((peer_supports_auth == 0) ||
7624 if ((peer_supports_auth == 0) && (got_chklist == 1)) {
7628 if ((peer_supports_asconf == 1) && (peer_supports_auth == 0)) {
7632 (peer_supports_auth == 1) &&