Searched defs:ip_list (Results 1 – 1 of 1) sorted by relevance
194 struct ip_list { struct196 struct ip_list* next; argument198 socklen_t len;200 struct sockaddr_storage addr;202 int used;1172 https(struct ip_list* ip_list, const char* pathname, const char* urlname, in https()1964 struct ip_list* ip_list = NULL; in do_certupdate() local