Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet.c154 static int dstcmp(const void *, const void *);
1808 qsort(dinfo, addrcount, sizeof (struct dstinforeq), dstcmp); in order_haddrlist_inet6()
2038 dstcmp(const void *da, const void *db) in dstcmp() function