OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lscopeid
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/net/
getaddrinfo.c
1648
u_long
lscopeid
;
local in function:ip6_str2scopeid
1685
lscopeid
= strtoul(scope, &ep, 10);
1686
*scopeid = (uint32_t)(
lscopeid
& 0xffffffffUL);
1687
if (errno == 0 && ep && *ep == '\0' && *scopeid ==
lscopeid
)
getaddrinfo.c
1648
u_long
lscopeid
;
local in function:ip6_str2scopeid
1685
lscopeid
= strtoul(scope, &ep, 10);
1686
*scopeid = (uint32_t)(
lscopeid
& 0xffffffffUL);
1687
if (errno == 0 && ep && *ep == '\0' && *scopeid ==
lscopeid
)
Completed in 23 milliseconds
Indexes created Tue Sep 30 20:09:53 GMT 2025