Home
last modified time | relevance | path

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

/freebsd/contrib/unbound/services/
H A Dlisten_dnsport.c1050 struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, in make_sock() argument
1060 *noip6 = 0; in make_sock()
1064 *noip6 = 1; /* 'Host not found' for IP6 on winXP */ in make_sock()
1087 *noip6 = 1; in make_sock()
1094 *noip6 = 1; in make_sock()
1124 struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, in make_sock_port() argument
1136 *noip6 = 0; in make_sock_port()
1142 *noip6 = 0; in make_sock_port()
1147 return make_sock(stype, newif, port, hints, v6only, noip6, rcv, in make_sock_port()
1151 return make_sock(stype, ifname, port, hints, v6only, noip6, rcv, snd, in make_sock_port()
[all …]