Searched refs:host6fp (Results 1 – 1 of 1) sorted by relevance
2304 FILE *hostfp, *host6fp; in if_configure_hostname() local2333 if ((host6fp = fopen(cfgfile, "r")) != NULL) { in if_configure_hostname()2348 if (host6fp != NULL && in if_configure_hostname()2349 if_config_inst(ifinst, host6fp, AF_INET6, ipmp) == -1) { in if_configure_hostname()2356 (void) fclose(host6fp); in if_configure_hostname()2362 (void) fclose(host6fp); in if_configure_hostname()