Searched refs:host_portno (Results 1 – 1 of 1) sorted by relevance
2835 char *host_portno; local2893 host_portno = strchr(portptr, ':');2894 if(host_portno) {2896 *host_portno = '\0'; /* cut off number from hostname */2897 host_portno++;2898 if(*host_portno) {2899 long portparse = strtol(host_portno, &endp, 10);2902 host_portno);
Completed in 10 milliseconds