Lines Matching refs:ifname
1404 char *ifname = NULL;
1411 ifname = node->ip_pif->pi_ifname;
1414 if (ifname == NULL) {
1421 rcm_log_message(RCM_ERROR, _("IP: %s(%s)\n"), errmsg, ifname);
1423 size = strlen(errfmt) + strlen(errmsg) + strlen(ifname) + 1;
1425 (void) snprintf(error, size, errfmt, errmsg, ifname);
2748 * Return TRUE if a writeable /etc/hostname[6].ifname file exists.
2751 if_hostname_exists(char *ifname, sa_family_t af)
2756 (void) snprintf(cfgfile, MAXPATHLEN, CFGFILE_FMT_IPV4, ifname);
2760 (void) snprintf(cfgfile, MAXPATHLEN, CFGFILE_FMT_IPV6, ifname);