Lines Matching defs:if_info
79 * config if `ifname' is specified and returns the result in the list `if_info'.
81 * the active config and returns the result in the list `if_info'.
85 ipadm_if_info_t **if_info, int64_t lifc_flags)
97 *if_info = NULL;
120 for (ifp = *if_info; ifp != NULL; ifp = ifp->ifi_next) {
133 if (*if_info == NULL)
134 *if_info = ifp;
179 ipadm_free_if_info(*if_info);
180 *if_info = NULL;
185 * Returns the interface information for `ifname' in `if_info' from persistent
187 * from persistent config in `if_info'.
191 ipadm_if_info_t **if_info)
204 *if_info = NULL;
232 *if_info = curr;
239 * active and persistent config in `if_info'. If no `ifname' is specified,
241 * `if_info'.
245 ipadm_if_info_t **if_info, int64_t lifc_flags)
312 *if_info = aifinfo;
347 *if_info = aifinfo;
351 *if_info = NULL;
1419 ipadm_if_info_t **if_info, uint32_t flags, int64_t lifc_flags)
1424 if (if_info == NULL || iph == NULL || flags != 0)
1432 status = i_ipadm_get_all_if_info(iph, ifname, if_info, lifc_flags);
1435 if (ifname != NULL && *if_info == NULL)