Searched refs:aio_matchlen (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/lib/libc/net/
H A Dname6.c186 int aio_matchlen; member in struct:hp_order
881 aio->aio_matchlen = matchlen(&aio->aio_srcsa, (struct sockaddr *)&ss);
1039 if (dst1->aio_matchlen > dst2->aio_matchlen) {
1042 if (dst1->aio_matchlen < dst2->aio_matchlen) {
H A Dgetaddrinfo.c226 int aio_matchlen; member in struct:ai_order
900 aio->aio_matchlen = matchlen(&aio->aio_srcsa, aio->aio_ai->ai_addr);
1060 if (dst1->aio_matchlen > dst2->aio_matchlen) {
1063 if (dst1->aio_matchlen < dst2->aio_matchlen) {

Completed in 103 milliseconds