Home
last modified time | relevance | path

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

/external/dnsmasq/src/
Ddnsmasq.c134 if (!(daemon->options & OPT_NOWILD)) in main()
137 daemon->options |= OPT_NOWILD; in main()
164 if (daemon->options & OPT_NOWILD) in main()
452 if (!(daemon->options & OPT_NOWILD)) in main()
1009 if (daemon->options & OPT_NOWILD) in check_dns_listeners()
Dforward.c386 …send_from(udpfd, daemon->options & OPT_NOWILD, (char *)header, plen, udpaddr, dst_addr, dst_iface); in forward_query()
566 send_from(forward->fd, daemon->options & OPT_NOWILD, daemon->packet, nn, in reply_query()
606 if (listen->family == AF_INET && (daemon->options & OPT_NOWILD)) in receive_query()
642 if (!(daemon->options & OPT_NOWILD)) in receive_query()
718 send_from(listen->fd, daemon->options & OPT_NOWILD, (char *)header, in receive_query()
Dbpf.c107 if (!(daemon->options & OPT_NOWILD) && IN6_IS_ADDR_LINKLOCAL(addr)) in iface_enumerate()
Dnetwork.c834 (daemon->options & OPT_NOWILD)) in pre_allocate_sfds()
1009 if (was_wild) daemon->options |= OPT_NOWILD; in set_interfaces()
Ddnsmasq.h175 #define OPT_NOWILD (1u<<13) macro
Ddhcp.c57 if (daemon->options & OPT_NOWILD) in dhcp_init()
Doption.c293 { 'z', OPT_NOWILD, NULL, gettext_noop("Bind only to interfaces in use."), NULL },