Home
last modified time | relevance | path

Searched refs:comp_dst (Results 1 – 1 of 1) sorted by relevance

/netbsd-src/lib/libc/net/
H A Dgetaddrinfo.c258 static int comp_dst(const void *, const void *);
740 qsort(aio, n, sizeof(*aio), comp_dst); in reorder()
981 comp_dst(const void *arg1, const void *arg2) in comp_dst() function