Home | History | Annotate | Download | only in base

Lines Matching refs:addrinfo

14 struct addrinfo;
18 // An AddressList object contains a linked list of addrinfo structures. This
34 // Adopt the given addrinfo list (assumed to have been created by
37 // the addrinfo list to the AddressList object.
38 void Adopt(struct addrinfo* head);
40 // Copies the given addrinfo rather than adopting it. If |recursive| is true,
43 void Copy(const struct addrinfo* head, bool recursive);
46 // addrinfo.
47 void Append(const struct addrinfo* head);
74 // Get access to the head of the addrinfo list.
75 const struct addrinfo* head() const;