Lines Matching refs:ip
775 char *ip = getenv("FCGI_WEB_SERVER_ADDRS"); in fcgi_listen() local
779 if (ip) { in fcgi_listen()
780 ip = strdup(ip); in fcgi_listen()
781 cur = ip; in fcgi_listen()
789 cur = ip; in fcgi_listen()
810 free(ip); in fcgi_listen()
833 void fcgi_set_allowed_clients(char *ip) in fcgi_set_allowed_clients() argument
838 if (ip) { in fcgi_set_allowed_clients()
839 ip = strdup(ip); in fcgi_set_allowed_clients()
840 cur = ip; in fcgi_set_allowed_clients()
849 cur = ip; in fcgi_set_allowed_clients()
870 free(ip); in fcgi_set_allowed_clients()