Home
last modified time | relevance | path

Searched refs:hostfp (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
2326 if ((hostfp = fopen(cfgfile, "r")) != NULL) { in if_configure_hostname()
2341 if (hostfp != NULL && in if_configure_hostname()
2342 if_config_inst(ifinst, hostfp, AF_INET, ipmp) == -1) { in if_configure_hostname()
2355 (void) fclose(hostfp); in if_configure_hostname()
2361 (void) fclose(hostfp); in if_configure_hostname()