Home
last modified time | relevance | path

Searched refs:host6fp (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Dip_rcm.c2304 FILE *hostfp, *host6fp; in if_configure_hostname() local
2333 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()