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.c310 } if_info_t; typedef in typeref:struct:if_info_s
312 static if_info_t *if_info = NULL; /* if cache, protected by iflock */
380 if_info = malloc(numifs * sizeof (if_info_t));
382 if_info = realloc(if_info, numifs * sizeof (if_info_t));
452 if_info_t *ifn;
507 if_info_t *bestmatch, *ifn;

Completed in 59 milliseconds