Searched refs:proto_port (Results 1 – 1 of 1) sorted by relevance
113 report_console( const char* proto_port, int console_port ) in report_console() argument122 if ( !strncmp( proto_port, "tcp:", 4) ) { in report_console()124 long port = strtol(proto_port + 4, &end, 10); in report_console()150 } else if ( !strncmp( proto_port, "unix:", 5) ) { in report_console()155 char* path = strdup(proto_port+5); in report_console()165 proto_port+5, errno_str); in report_console()