Lines Matching refs:hostptr
1905 struct host *hostptr = (struct host *) hmp; local
1906 if (hostptr == NULL)
1908 assert(hostptr->linkcount > 0);
1909 if (--(hostptr->linkcount))
1911 del_iplist(hostptr->cookie_server);
1912 del_iplist(hostptr->domain_server);
1913 del_iplist(hostptr->gateway);
1914 del_iplist(hostptr->impress_server);
1915 del_iplist(hostptr->log_server);
1916 del_iplist(hostptr->lpr_server);
1917 del_iplist(hostptr->name_server);
1918 del_iplist(hostptr->rlp_server);
1919 del_iplist(hostptr->time_server);
1920 del_iplist(hostptr->nis_server);
1921 del_iplist(hostptr->ntp_server);
1928 del_string(hostptr->hostname);
1929 del_string(hostptr->homedir);
1930 del_string(hostptr->bootfile);
1931 del_string(hostptr->tftpdir);
1932 del_string(hostptr->root_path);
1933 del_string(hostptr->domain_name);
1934 del_string(hostptr->dump_file);
1935 del_string(hostptr->exten_file);
1936 del_string(hostptr->nis_domain);
1939 del_string(hostptr->exec_file);
1947 del_bindata(hostptr->generic);
1948 free((char *) hostptr);