Home
last modified time | relevance | path

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

/external/linux-kselftest/tools/testing/selftests/net/
Dpsock_fanout.c307 uint16_t typeflags, first_group_id, second_group_id; in test_unique_fanout_group_ids() local
344 sock_fanout_getopts(fds[2], &typeflags, &second_group_id); in test_unique_fanout_group_ids()
346 second_group_id) != -1) { in test_unique_fanout_group_ids()
/external/boringssl/src/ssl/
Dt1_lib.cc2157 uint16_t second_group_id = 0; in ext_key_share_add_clienthello() local
2192 second_group_id = groups[1]; in ext_key_share_add_clienthello()
2193 assert(second_group_id != group_id); in ext_key_share_add_clienthello()
2207 if (second_group_id != 0) { in ext_key_share_add_clienthello()
2208 hs->key_shares[1] = SSLKeyShare::Create(second_group_id); in ext_key_share_add_clienthello()
2210 !CBB_add_u16(&kse_bytes, second_group_id) || in ext_key_share_add_clienthello()