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

/freebsd-11.0-release/sys/netinet/
H A Dsctp_auth.c1820 int peer_supports_auth = 0; local
1930 peer_supports_auth = 1;
1932 peer_supports_auth = 0;
1934 if (!peer_supports_auth && got_chklist) {
1939 if (peer_supports_asconf && !peer_supports_auth) {
1943 } else if ((peer_supports_asconf) && (peer_supports_auth) &&
H A Dsctp_pcb.c6093 uint8_t peer_supports_auth; local
6131 peer_supports_auth = 0;
6507 peer_supports_auth = 1;
6656 ((peer_supports_auth == 0) ||
6683 if ((peer_supports_auth == 0) && (got_chklist == 1)) {
6687 if ((peer_supports_asconf == 1) && (peer_supports_auth == 0)) {
6691 (peer_supports_auth == 1) &&

Completed in 120 milliseconds