Lines Matching refs:ip
771 char *ip = getenv("FCGI_WEB_SERVER_ADDRS"); in fcgi_listen() local
775 if (ip) { in fcgi_listen()
776 ip = strdup(ip); in fcgi_listen()
777 cur = ip; in fcgi_listen()
785 cur = ip; in fcgi_listen()
806 free(ip); in fcgi_listen()
829 void fcgi_set_allowed_clients(char *ip) in fcgi_set_allowed_clients() argument
834 if (ip) { in fcgi_set_allowed_clients()
835 ip = strdup(ip); in fcgi_set_allowed_clients()
836 cur = ip; in fcgi_set_allowed_clients()
845 cur = ip; in fcgi_set_allowed_clients()
866 free(ip); in fcgi_set_allowed_clients()