Searched refs:aifinfo (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libipadm/common/
H A Dipadm_if.c248 ipadm_if_info_t *aifinfo = NULL; local
261 status = i_ipadm_active_if_info(iph, ifname, &aifinfo, lifc_flags);
264 /* Get the interface state for each interface in `aifinfo'. */
265 if (aifinfo != NULL) {
272 for (aifp = aifinfo; aifp != NULL; aifp = aifp->ifi_next) {
289 ipadm_free_if_info(aifinfo);
290 aifinfo = NULL;
312 *if_info = aifinfo;
318 * If a persistent interface is also found in `aifinfo', update
319 * its entry in `aifinfo' wit
[all...]

Completed in 57 milliseconds