OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:zone_index
(Results
1 - 1
of
1
) sorted by relevancy
/src/external/mit/libuv/dist/src/
uv-common.c
268
const char*
zone_index
;
local
277
zone_index
= strchr(ip, '%');
278
if (
zone_index
!= NULL) {
279
address_part_size =
zone_index
- ip;
287
zone_index
++; /* skip '%' */
290
addr->sin6_scope_id = atoi(
zone_index
);
292
addr->sin6_scope_id = if_nametoindex(
zone_index
);
Completed in 49 milliseconds
Indexes created Thu Mar 26 00:23:24 UTC 2026