Searched refs:noip6 (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/unbound/services/ |
H A D | listen_dnsport.c | 1035 struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, in make_sock() argument 1043 *noip6 = 0; in make_sock() 1047 *noip6 = 1; /* 'Host not found' for IP6 on winXP */ in make_sock() 1070 *noip6 = 1; in make_sock() 1077 *noip6 = 1; in make_sock() 1107 struct addrinfo *hints, int v6only, int* noip6, size_t rcv, size_t snd, in make_sock_port() argument 1119 *noip6 = 0; in make_sock_port() 1124 *noip6 = 0; in make_sock_port() 1131 return make_sock(stype, newif, p, hints, v6only, noip6, rcv, in make_sock_port() 1135 return make_sock(stype, ifname, port, hints, v6only, noip6, rcv, snd, in make_sock_port() [all …]
|