Home
last modified time | relevance | path

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

/freebsd/sys/netinet/
H A Dsctp_auth.c1771 int got_random = 0, got_hmacs = 0, got_chklist = 0; in sctp_validate_init_auth_params() local
1875 got_chklist = 1; in sctp_validate_init_auth_params()
1891 if (!peer_supports_auth && got_chklist) { in sctp_validate_init_auth_params()
H A Dsctp_pcb.c5885 int got_random = 0, got_hmacs = 0, got_chklist = 0; in sctp_load_addresses_from_init() local
6391 if (got_chklist) { in sctp_load_addresses_from_init()
6415 got_chklist = 1; in sctp_load_addresses_from_init()
6502 if ((peer_supports_auth == 0) && (got_chklist == 1)) { in sctp_load_addresses_from_init()