Searched defs:addrinfo (Results 1 – 8 of 8) sorted by relevance
71 struct addrinfo { struct79 struct addrinfo *ai_next; /* next structure in linked list */ argument
124 struct addrinfo { struct132 struct addrinfo *ai_next; /* next structure in linked list */ argument
137 struct addrinfo { struct145 struct addrinfo *ai_next; /* next structure in linked list */ argument
23 static std::string AddrinfoToHashkey(const struct addrinfo* addrinfo) { in AddrinfoToHashkey()66 for (const struct addrinfo* addrinfo = address_list.head(); in PutInQueue() local104 for (const struct addrinfo* addrinfo = address_list.head(); in RemoveFromQueue() local143 for (const struct addrinfo* addrinfo = address_list.head(); in WakeupSocketIfNecessary() local
36 struct addrinfo* addrinfo = new struct addrinfo; in AddAddr() local
145 struct addrinfo { struct151 struct addrinfo *ai_next; argument
1040 const struct addrinfo* addrinfo = data_socket->addresses().head(); in TEST_F() local
196 } addrinfo; member