Lines Matching refs:newhost
281 hostlist_t *newhost;412 newhost = malloc(sizeof (hostlist_t));413 if (newhost == NULL) {418 newhost->host = hostentry;419 newhost->port = htons(port);420 newhost->mech = mech_oid;421 newhost->next_host = NULL;423 lasthost->next_host = newhost;426 lasthost = newhost;427 hosts_new = newhost;