Home | History | Annotate | Download | only in base

Lines Matching refs:addrinfo

26 void SetPortRecursive(struct addrinfo* info, int port) {
39 Data(struct addrinfo* ai, bool is_system_created);
40 struct addrinfo* head;
56 struct addrinfo* ai = new addrinfo;
57 memset(ai, 0, sizeof(addrinfo));
113 void AddressList::Adopt(struct addrinfo* head) {
117 void AddressList::Copy(const struct addrinfo* head, bool recursive) {
122 void AddressList::Append(const struct addrinfo* head) {
124 struct addrinfo* new_head;
132 struct addrinfo* copy_ptr = new_head;
180 const struct addrinfo* AddressList::head() const {
198 struct addrinfo* ai = new addrinfo;
199 memset(ai, 0, sizeof(addrinfo));
230 AddressList::Data::Data(struct addrinfo* ai, bool is_system_created)