Lines Matching refs:ip
763 char *ip = getenv("FCGI_WEB_SERVER_ADDRS"); in fcgi_listen() local
767 if (ip) { in fcgi_listen()
768 ip = strdup(ip); in fcgi_listen()
769 cur = ip; in fcgi_listen()
777 cur = ip; in fcgi_listen()
798 free(ip); in fcgi_listen()
821 void fcgi_set_allowed_clients(char *ip) in fcgi_set_allowed_clients() argument
826 if (ip) { in fcgi_set_allowed_clients()
827 ip = strdup(ip); in fcgi_set_allowed_clients()
828 cur = ip; in fcgi_set_allowed_clients()
837 cur = ip; in fcgi_set_allowed_clients()
858 free(ip); in fcgi_set_allowed_clients()