Lines Matching refs:hostptr
1897 struct host *hostptr = (struct host *) hmp; local
1898 if (hostptr == NULL)
1900 assert(hostptr->linkcount > 0);
1901 if (--(hostptr->linkcount))
1903 del_iplist(hostptr->cookie_server);
1904 del_iplist(hostptr->domain_server);
1905 del_iplist(hostptr->gateway);
1906 del_iplist(hostptr->impress_server);
1907 del_iplist(hostptr->log_server);
1908 del_iplist(hostptr->lpr_server);
1909 del_iplist(hostptr->name_server);
1910 del_iplist(hostptr->rlp_server);
1911 del_iplist(hostptr->time_server);
1912 del_iplist(hostptr->nis_server);
1913 del_iplist(hostptr->ntp_server);
1920 del_string(hostptr->hostname);
1921 del_string(hostptr->homedir);
1922 del_string(hostptr->bootfile);
1923 del_string(hostptr->tftpdir);
1924 del_string(hostptr->root_path);
1925 del_string(hostptr->domain_name);
1926 del_string(hostptr->dump_file);
1927 del_string(hostptr->exten_file);
1928 del_string(hostptr->nis_domain);
1931 del_string(hostptr->exec_file);
1939 del_bindata(hostptr->generic);
1940 free((char *) hostptr);