Searched defs:ip_list (Results 1 – 1 of 1) sorted by relevance
192 struct ip_list { struct194 struct ip_list* next; argument196 socklen_t len;198 struct sockaddr_storage addr;200 int used;1166 https(struct ip_list* ip_list, const char* pathname, const char* urlname, in https()1935 struct ip_list* ip_list = NULL; in do_certupdate() local