Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnsl/nss/
H A Dnetdir_inet_sundry.c311 } if_info_t; typedef
313 static if_info_t *if_info = NULL; /* if cache, protected by iflock */
381 if_info = malloc(numifs * sizeof (if_info_t)); in get_if_info()
383 if_info = realloc(if_info, numifs * sizeof (if_info_t)); in get_if_info()
453 if_info_t *ifn; in is_my_address()
508 if_info_t *bestmatch, *ifn; in get_best_match()