Searched refs:comp_dst (Results 1 – 2 of 2) sorted by relevance
/freebsd/lib/libc/net/ |
H A D | name6.c | 206 static int comp_dst(const void *, const void *); 718 qsort(aio, n, sizeof(*aio), comp_dst); in _hpreorder() 943 comp_dst(const void *arg1, const void *arg2) in comp_dst() function
|
H A D | getaddrinfo.c | 273 static int comp_dst(const void *, const void *); 713 qsort(aio, n, sizeof(*aio), comp_dst); in reorder() 960 comp_dst(const void *arg1, const void *arg2) in comp_dst() function
|