OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:scids
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/bsd/unbound/dist/services/
listen_dnsport.c
5043
struct ngtcp2_cid*
scids
, size_t num_scid)
5047
if(!doq_conn_associate_conid(conn,
scids
[i].data,
5048
scids
[i].datalen))
5067
/* Usually there are not that many
scids
when just accepted,
5072
struct ngtcp2_cid *
scids
= calloc(num_scid,
local
5074
if(!
scids
)
5076
ngtcp2_conn_get_scid(conn->conn,
scids
);
5077
if(!doq_conn_setup_id_array_and_dcid(conn,
scids
, num_scid)) {
5078
free(
scids
);
5081
free(
scids
);
[
all
...]
Completed in 48 milliseconds
Indexes created Sun Sep 06 00:23:55 UTC 2026