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

/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof.h223 int net_port; /* net=hostname:port */ member in struct:__anon533
H A Dhprof_init.c567 gdata->net_port = (int)strtol(port_number, NULL, 10);
818 if ( gdata->net_port > 0 ) {
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);

Completed in 244 milliseconds