Lines Matching refs:ip_end
887 char *ip_end = NULL; in ftp_state_use_port() local
893 ip_end = strchr(ip_start, ']'); in ftp_state_use_port()
894 if(ip_end) { in ftp_state_use_port()
895 addrlen = ip_end - ip_start; in ftp_state_use_port()
903 ip_end = string_ftpport; in ftp_state_use_port()
906 ip_end = strchr(string_ftpport, ':'); in ftp_state_use_port()
908 if(ip_end) { in ftp_state_use_port()
910 addrlen = ip_end - string_ftpport; in ftp_state_use_port()
915 ip_end = NULL; /* this got no port ! */ in ftp_state_use_port()
925 if(ip_end) { in ftp_state_use_port()
927 char *port_start = strchr(ip_end, ':'); in ftp_state_use_port()