Searched refs:host_portno (Results 1 – 1 of 1) sorted by relevance
3178 char *host_portno; in parse_connect_to_host_port() local3235 host_portno = strchr(portptr, ':'); in parse_connect_to_host_port()3236 if(host_portno) { in parse_connect_to_host_port()3238 *host_portno = '\0'; /* cut off number from host name */ in parse_connect_to_host_port()3239 host_portno++; in parse_connect_to_host_port()3240 if(*host_portno) { in parse_connect_to_host_port()3241 long portparse = strtol(host_portno, &endp, 10); in parse_connect_to_host_port()3244 host_portno); in parse_connect_to_host_port()