Searched refs:net_hostname (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_init.c565 gdata->net_hostname = HPROF_MALLOC((int)strlen(suboption)+1);
566 (void)strcpy(gdata->net_hostname, suboption);
820 gdata->fd = connect_to_socket(gdata->net_hostname, (unsigned short)gdata->net_port);
825 "can't connect to %s:%u", gdata->net_hostname, gdata->net_port);
2094 if ( gdata->net_hostname != NULL ) {
2095 HPROF_FREE(gdata->net_hostname);
H A Dhprof.h224 char * net_hostname; /* net=hostname:port */ member in struct:__anon533

Completed in 37 milliseconds