Home
last modified time | relevance | path

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

/minix/external/bsd/bind/dist/lib/dns/
H A Dresolver.c1878 unsigned ednsopt = 0; in resquery_send() local
2108 INSIST(ednsopt < DNS_EDNSOPTIONS); in resquery_send()
2110 ednsopts[ednsopt].length = 0; in resquery_send()
2111 ednsopts[ednsopt].value = NULL; in resquery_send()
2112 ednsopt++; in resquery_send()
2116 INSIST(ednsopt < DNS_EDNSOPTIONS); in resquery_send()
2123 ednsopts[ednsopt].value = sit; in resquery_send()
2128 ednsopts[ednsopt].value = sit; in resquery_send()
2129 ednsopts[ednsopt].length = 8; in resquery_send()
2133 ednsopt++; in resquery_send()
[all …]