Home
last modified time | relevance | path

Searched refs:got_random (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
1823 got_random = 1; in sctp_validate_init_auth_params()
1886 if (got_random && got_hmacs) { 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
6337 if (got_random) { in sctp_load_addresses_from_init()
6353 got_random = 1; in sctp_load_addresses_from_init()
6476 (got_random == 0) || (got_hmacs == 0))) { in sctp_load_addresses_from_init()