Lines Matching refs:ipmpif
880 char ipmpif[LIFNAMSIZ];
882 bzero(ipmpif, sizeof (ipmpif));
903 status = i_ipadm_ipmpif_from_nvl(ifnvl, ifname, ipmpif,
906 ipmpif[0] = '\0';
912 af, ipmpif, nvl)) != IPADM_SUCCESS)
956 if (ipmpif[0] != '\0') {
969 * nvlist `nvl'. If an IPMP interface is provided in `ipmpif', `ifname' is
974 const char *ipmpif, nvlist_t *nvl)
1004 if (ipmpif[0] != '\0') {
1007 * IPMP interface in `ipmpif'.
1009 if (!ipadm_if_enabled(iph, ipmpif, AF_UNSPEC))
1012 (void) strlcpy(lifr.lifr_name, ipmpif, sizeof (lifr.lifr_name));
1016 status = i_ipadm_add_ipmp(iph, lifr.lifr_groupname, ipmpif,
1026 * Look up the IPMP interface information from `invl' and copy it to `ipmpif'.
1030 i_ipadm_ipmpif_from_nvl(nvlist_t *invl, const char *underif, char *ipmpif,
1061 (void) strlcpy(ipmpif, db_ifname, len);