Searched refs:ifinst (Results 1 – 1 of 1) sorted by relevance
/titanic_50/usr/src/cmd/rcm_daemon/common/ |
H A D | ip_rcm.c | 2267 if_configure_get_linkid(datalink_id_t linkid, char *ifinst, size_t len) in if_configure_get_linkid() argument 2283 *ifinst = '\0'; in if_configure_get_linkid() 2288 if (dladm_datalink_id2info(dld_handle, linkid, NULL, NULL, NULL, ifinst, in if_configure_get_linkid() 2306 char ifinst[MAXLINKNAMELEN]; in if_configure_hostname() local 2313 if (if_configure_get_linkid(linkid, ifinst, sizeof (ifinst)) != 0) in if_configure_hostname() 2317 if (ifinst[0] == '\0') in if_configure_hostname() 2324 (void) snprintf(cfgfile, MAXPATHLEN, CFGFILE_FMT_IPV4, ifinst); in if_configure_hostname() 2331 (void) snprintf(cfgfile, MAXPATHLEN, CFGFILE_FMT_IPV6, ifinst); in if_configure_hostname() 2342 if_config_inst(ifinst, hostfp, AF_INET, ipmp) == -1) { in if_configure_hostname() 2344 _("IP: IPv4 Post-attach failed (%s)\n"), ifinst); in if_configure_hostname() [all …]
|