Home
last modified time | relevance | path

Searched refs:head6 (Results 1 – 1 of 1) sorted by relevance

/packages/modules/DnsResolver/
DDnsProxyListener.cpp533 addrinfo* head6 = nullptr; in synthesizeNat64PrefixWithARecord() local
566 freeaddrinfo(head6); in synthesizeNat64PrefixWithARecord()
589 freeaddrinfo(head6); in synthesizeNat64PrefixWithARecord()
603 if (head6 == nullptr) { in synthesizeNat64PrefixWithARecord()
604 head6 = sa; in synthesizeNat64PrefixWithARecord()
651 struct addrinfo sorting_head = {.ai_next = head6}; in synthesizeNat64PrefixWithARecord()