Lines Matching refs:ip_end
945 char *ip_end = NULL;
951 ip_end = strchr(ip_start, ']');
952 if(ip_end) {
953 addrlen = ip_end - ip_start;
961 ip_end = string_ftpport;
964 ip_end = strchr(string_ftpport, ':');
966 if(ip_end) {
968 addrlen = ip_end - string_ftpport;
973 ip_end = NULL; /* this got no port ! */
983 if(ip_end) {
985 char *port_start = strchr(ip_end, ':');