Searched defs:ip_list (Results 1 – 1 of 1) sorted by relevance
228 struct ip_list { struct230 struct ip_list* next; argument232 socklen_t len;234 struct sockaddr_storage addr;236 int used;1212 https(struct ip_list* ip_list, const char* pathname, const char* urlname, in https()2124 struct ip_list* ip_list = NULL; in do_certupdate() local