Home
last modified time | relevance | path

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

/packages/modules/DnsResolver/
DDnsProxyListener.cpp532 addrinfo* const head4 = *res; in synthesizeNat64PrefixWithARecord() local
559 for (const addrinfo* cur4 = head4; cur4; cur4 = cur4->ai_next) { in synthesizeNat64PrefixWithARecord()
645 cur6->ai_next = head4; in synthesizeNat64PrefixWithARecord()
647 freeaddrinfo(head4); in synthesizeNat64PrefixWithARecord()