HomeSort by: relevance | last modified time | path
    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