OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:aio_dstscope
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/net/
getaddrinfo.c
201
int
aio_dstscope
;
member in struct:ai_order
733
aio[i].
aio_dstscope
= gai_addr2scopetype(ai->ai_addr);
999
if (dst1->
aio_dstscope
== dst1->aio_srcscope &&
1000
dst2->
aio_dstscope
!= dst2->aio_srcscope) {
1003
if (dst1->
aio_dstscope
!= dst1->aio_srcscope &&
1004
dst2->
aio_dstscope
== dst2->aio_srcscope) {
1064
if (dst1->
aio_dstscope
>= 0 &&
1065
dst1->
aio_dstscope
< dst2->
aio_dstscope
) {
1068
if (dst2->
aio_dstscope
>= 0 &
[
all
...]
Completed in 13 milliseconds
Indexes created Wed Oct 15 16:09:53 GMT 2025